Html Css Color HEX #779516 Olive Drab

📋 copy color: '#779516'

red 119 ◦ green 149 ◦ blue 22

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

Shades of Olive Drab #779516

Tints of Olive Drab #779516

RGB

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

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

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

R = 41.03%
G = 51.38%
B = 7.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#779516 (or 0x779516) is known color: Olive Drab. HEX triplet: 77, 95 and 16. RGB value is (119,149,22). Sum of RGB (Red+Green+Blue) = 119+149+22=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #779516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779516 is #886AE9. Grayscale: #7E7E7E. Windows color (decimal): -8940266 or 1480055. OLE color: 1480055.

HSL color Cylindrical-coordinate representation of color #779516: hue angle of 74.17º 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 #779516 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 22 -
CMYK 0.20 0 0.85 0.42
HSL 74.17º 0.74% 0.34% -
HSV(B) 74.17º 0.85% 0.58% -
XYZ 18.5 25.47 4.7 -
YUV 125.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 119 149 22 0.20 0 0.85 0.42 74.17 0.74 0.34
Hex 77 95 16 14 0 55 2A 4A 4A 22
Octal 167 225 26 24 0 125 52 112 112 42
Binary 1110111 10010101 10110 10100 0 1010101 101010 1001010 1001010 100010

Color Harmonies of #779516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779516

Black with #779516

Text Example


Text Example

White with #779516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779516; }

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

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

background-color css

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

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

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

border-color css

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

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

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