Html Css Color HEX #799112 Olive Drab

📋 copy color: '#799112'

red 121 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #799112

Tints of Olive Drab #799112

RGB

 RED value IS 121 (47.66% from 255) = 42.61%

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

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

R = 42.61%
G = 51.06%
B = 6.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#799112 (or 0x799112) is known color: Olive Drab. HEX triplet: 79, 91 and 12. RGB value is (121,145,18). Sum of RGB (Red+Green+Blue) = 121+145+18=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #799112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799112 is #866EED. Grayscale: #7B7B7B. Windows color (decimal): -8810222 or 1216889. OLE color: 1216889.

HSL color Cylindrical-coordinate representation of color #799112: hue angle of 71.34º 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 #799112 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 18 -
CMYK 0.17 0 0.88 0.43
HSL 71.34º 0.78% 0.32% -
HSV(B) 71.34º 0.88% 0.57% -
XYZ 18.12 24.36 4.32 -
YUV 123.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 121 145 18 0.17 0 0.88 0.43 71.34 0.78 0.32
Hex 79 91 12 11 0 58 2B 47 4E 20
Octal 171 221 22 21 0 130 53 107 116 40
Binary 1111001 10010001 10010 10001 0 1011000 101011 1000111 1001110 100000

Color Harmonies of #799112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799112

Black with #799112

Text Example


Text Example

White with #799112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799112; }

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

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

background-color css

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

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

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

border-color css

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

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

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