Html Css Color HEX #779112 Olive Drab

📋 copy color: '#779112'

red 119 ◦ green 145 ◦ blue 18

#779112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #779112

Tints of Olive Drab #779112

RGB

 RED value IS 119 (46.88% from 255) = 42.2%

 GREEN value IS 145 (57.03% from 255) = 51.42%

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 42.2%
G = 51.42%
B = 6.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#779112 (or 0x779112) is known color: Olive Drab. HEX triplet: 77, 91 and 12. RGB value is (119,145,18). Sum of RGB (Red+Green+Blue) = 119+145+18=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #779112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779112 is #886EED. Grayscale: #7B7B7B. Windows color (decimal): -8941294 or 1216887. OLE color: 1216887.

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

Color convert

RGB 119 145 18 -
CMYK 0.18 0 0.88 0.43
HSL 72.28º 0.78% 0.32% -
HSV(B) 72.28º 0.88% 0.57% -
XYZ 17.84 24.22 4.31 -
YUV 122.75 68.89 125.33 -
System Red Green Blue C M Y K H S L
Decimal 119 145 18 0.18 0 0.88 0.43 72.28 0.78 0.32
Hex 77 91 12 12 0 58 2B 48 4E 20
Octal 167 221 22 22 0 130 53 110 116 40
Binary 1110111 10010001 10010 10010 0 1011000 101011 1001000 1001110 100000

Color Harmonies of #779112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779112

Black with #779112

Text Example


Text Example

White with #779112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779112; }

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

 H1.HeaderClassName
 {
   color: #779112;
 }
 .AnyTagClassName
 {
   color: #779112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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