Html Css Color HEX #799116 Olive Drab

📋 copy color: '#799116'

red 121 ◦ green 145 ◦ blue 22

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

Shades of Olive Drab #799116

Tints of Olive Drab #799116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 42.01%
G = 50.35%
B = 7.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#799116 (or 0x799116) is known color: Olive Drab. HEX triplet: 79, 91 and 16. RGB value is (121,145,22). Sum of RGB (Red+Green+Blue) = 121+145+22=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #799116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799116 is #866EE9. Grayscale: #7C7C7C. Windows color (decimal): -8810218 or 1479033. OLE color: 1479033.

HSL color Cylindrical-coordinate representation of color #799116: hue angle of 71.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799116 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 22 -
CMYK 0.17 0 0.85 0.43
HSL 71.71º 0.74% 0.33% -
HSV(B) 71.71º 0.85% 0.57% -
XYZ 18.16 24.37 4.51 -
YUV 123.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 121 145 22 0.17 0 0.85 0.43 71.71 0.74 0.33
Hex 79 91 16 11 0 55 2B 48 4A 21
Octal 171 221 26 21 0 125 53 110 112 41
Binary 1111001 10010001 10110 10001 0 1010101 101011 1001000 1001010 100001

Color Harmonies of #799116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799116

Black with #799116

Text Example


Text Example

White with #799116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799116; }

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

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

background-color css

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

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

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

border-color css

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

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

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