Html Css Color HEX #779616 Olive Drab

📋 copy color: '#779616'

red 119 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #779616

Tints of Olive Drab #779616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

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

R = 40.89%
G = 51.55%
B = 7.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#779616 (or 0x779616) is known color: Olive Drab. HEX triplet: 77, 96 and 16. RGB value is (119,150,22). Sum of RGB (Red+Green+Blue) = 119+150+22=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #779616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779616 is #8869E9. Grayscale: #7E7E7E. Windows color (decimal): -8940010 or 1480311. OLE color: 1480311.

HSL color Cylindrical-coordinate representation of color #779616: hue angle of 74.53º degrees, saturation: 0.74, 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 #779616 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 22 -
CMYK 0.21 0 0.85 0.41
HSL 74.53º 0.74% 0.34% -
HSV(B) 74.53º 0.85% 0.59% -
XYZ 18.66 25.79 4.75 -
YUV 126.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 119 150 22 0.21 0 0.85 0.41 74.53 0.74 0.34
Hex 77 96 16 15 0 55 29 4B 4A 22
Octal 167 226 26 25 0 125 51 113 112 42
Binary 1110111 10010110 10110 10101 0 1010101 101001 1001011 1001010 100010

Color Harmonies of #779616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779616

Black with #779616

Text Example


Text Example

White with #779616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779616; }

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

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

background-color css

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

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

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

border-color css

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

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

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