Html Css Color HEX #799516 Olive Drab

📋 copy color: '#799516'

red 121 ◦ green 149 ◦ blue 22

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

Shades of Olive Drab #799516

Tints of Olive Drab #799516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.03%

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

R = 41.44%
G = 51.03%
B = 7.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#799516 (or 0x799516) is known color: Olive Drab. HEX triplet: 79, 95 and 16. RGB value is (121,149,22). Sum of RGB (Red+Green+Blue) = 121+149+22=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #799516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799516 is #866AE9. Grayscale: #7E7E7E. Windows color (decimal): -8809194 or 1480057. OLE color: 1480057.

HSL color Cylindrical-coordinate representation of color #799516: hue angle of 73.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799516 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 22 -
CMYK 0.19 0 0.85 0.42
HSL 73.23º 0.74% 0.34% -
HSV(B) 73.23º 0.85% 0.58% -
XYZ 18.78 25.62 4.71 -
YUV 126.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 121 149 22 0.19 0 0.85 0.42 73.23 0.74 0.34
Hex 79 95 16 13 0 55 2A 49 4A 22
Octal 171 225 26 23 0 125 52 111 112 42
Binary 1111001 10010101 10110 10011 0 1010101 101010 1001001 1001010 100010

Color Harmonies of #799516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799516

Black with #799516

Text Example


Text Example

White with #799516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799516; }

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

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

background-color css

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

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

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

border-color css

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

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

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