Html Css Color HEX #799716 Olive Drab

📋 copy color: '#799716'

red 121 ◦ green 151 ◦ blue 22

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

Shades of Olive Drab #799716

Tints of Olive Drab #799716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

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

R = 41.16%
G = 51.36%
B = 7.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#799716 (or 0x799716) is known color: Olive Drab. HEX triplet: 79, 97 and 16. RGB value is (121,151,22). Sum of RGB (Red+Green+Blue) = 121+151+22=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #799716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799716 is #8668E9. Grayscale: #7F7F7F. Windows color (decimal): -8808682 or 1480569. OLE color: 1480569.

HSL color Cylindrical-coordinate representation of color #799716: hue angle of 73.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799716 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 151 22 -
CMYK 0.20 0 0.85 0.41
HSL 73.95º 0.75% 0.34% -
HSV(B) 73.95º 0.85% 0.59% -
XYZ 19.1 26.26 4.82 -
YUV 127.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 121 151 22 0.20 0 0.85 0.41 73.95 0.75 0.34
Hex 79 97 16 14 0 55 29 4A 4B 22
Octal 171 227 26 24 0 125 51 112 113 42
Binary 1111001 10010111 10110 10100 0 1010101 101001 1001010 1001011 100010

Color Harmonies of #799716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799716

Black with #799716

Text Example


Text Example

White with #799716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799716; }

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

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

background-color css

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

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

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

border-color css

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

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

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