#77B74F

Color #77B74F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #77B74F

Tints of Mantis #77B74F

Color information

#77B74F (or 0x77B74F) is unknown color: approx Mantis. HEX triplet: 77, B7 and 4F. RGB value is (119,183,79). Sum of RGB (Red+Green+Blue) = 119+183+79=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #77B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B74F is #8848B0. Grayscale: #989898. Windows color (decimal): -8931505 or 5224311. OLE color: 5224311.

HSL color Cylindrical-coordinate representation of color #77B74F: hue angle of 96.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77B74F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB11918379-
CMYK0.3500.570.28
HSL96.92º41.94%51.37%-
HSV(B)96.92º56.83%71.76%-
XYZ25.9538.3513.43-
YUV152.0186.8104.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=31.23%
G=48.03%
B=20.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119183790.3500.570.2896.9241.9451.37
Hex77B74F230391C612a33
Octal16726711743071341415263
Binary11101111011011110011111000110111001111001100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B74F; }

 p { color: rgb(119,183,79); }

 H1.HeaderClassName
 {
   color: #77B74F;
 }
 .AnyTagClassName
 {
   color: #77B74F;
 }
</style>
background-color css

<style>
 a { background-color: #77B74F; }

 a { background-color: rgb(119,183,79); }

 div.DivClassName
 {
   background-color: #77B74F;
 }
 .BgClassName
 {
   background-color: #77B74F;
 }
</style>
border-color css

<style>
 span { border-color: #77B74F; }

 span { border-color: rgb(119,183,79); }

 td.TdClassName
 {
   border-color: #77B74F;
 }
 .TagClassName
 {
   border-color: #77B74F;
 }
</style>