#779F20

Color #779F20 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #779F20

Tints of Lima #779F20

Color information

#779F20 (or 0x779F20) is unknown color: approx Lima. HEX triplet: 77, 9F and 20. RGB value is (119,159,32). Sum of RGB (Red+Green+Blue) = 119+159+32=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #779F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F20 is #8860DF. Grayscale: #858585. Windows color (decimal): -8937696 or 2137975. OLE color: 2137975.

HSL color Cylindrical-coordinate representation of color #779F20: hue angle of 78.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #779F20 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB11915932-
CMYK0.2500.800.38
HSL78.9º66.49%37.45%-
HSV(B)78.9º79.87%62.35%-
XYZ20.2728.825.86-
YUV132.5671.25118.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 159 (62.5% from 255) = 51.29%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=38.39%
G=51.29%
B=10.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119159320.2500.800.3878.966.4937.45
Hex779F2019050264f4225
Octal167237403101204611710245
Binary111011110011111100000110010101000010011010011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779F20; }

 p { color: rgb(119,159,32); }

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

<style>
 a { background-color: #779F20; }

 a { background-color: rgb(119,159,32); }

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

<style>
 span { border-color: #779F20; }

 span { border-color: rgb(119,159,32); }

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