#779114

Color #779114 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #779114

Tints of Olive Drab #779114

Color information

#779114 (or 0x779114) is unknown color: approx Olive Drab. HEX triplet: 77, 91 and 14. RGB value is (119,145,20). Sum of RGB (Red+Green+Blue) = 119+145+20=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #779114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779114 is #886EEB. Grayscale: #7B7B7B. Windows color (decimal): -8941292 or 1347959. OLE color: 1347959.

HSL color Cylindrical-coordinate representation of color #779114: hue angle of 72.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #779114 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB11914520-
CMYK0.1800.860.43
HSL72.48º75.76%32.35%-
HSV(B)72.48º86.21%56.86%-
XYZ17.8624.224.4-
YUV122.9869.89125.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 20 (8.20% from 255) = 7.04%
R=41.90%
G=51.06%
B=7.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145200.1800.860.4372.4875.7632.35
Hex779114120562B484c20
Octal167221242201265311011440
Binary11101111001000110100100100101011010101110010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779114; }

 p { color: rgb(119,145,20); }

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

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

 a { background-color: rgb(119,145,20); }

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

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

 span { border-color: rgb(119,145,20); }

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