Html Css Color HEX #779016 Olive Drab

📋 copy color: '#779016'

red 119 ◦ green 144 ◦ blue 22

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

Shades of Olive Drab #779016

Tints of Olive Drab #779016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

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

R = 41.75%
G = 50.53%
B = 7.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#779016 (or 0x779016) is known color: Olive Drab. HEX triplet: 77, 90 and 16. RGB value is (119,144,22). Sum of RGB (Red+Green+Blue) = 119+144+22=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #779016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779016 is #886FE9. Grayscale: #7B7B7B. Windows color (decimal): -8941546 or 1478775. OLE color: 1478775.

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

Color convert

RGB 119 144 22 -
CMYK 0.17 0 0.85 0.44
HSL 72.3º 0.73% 0.33% -
HSV(B) 72.3º 0.85% 0.56% -
XYZ 17.73 23.93 4.44 -
YUV 122.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 119 144 22 0.17 0 0.85 0.44 72.3 0.73 0.33
Hex 77 90 16 11 0 55 2C 48 49 21
Octal 167 220 26 21 0 125 54 110 111 41
Binary 1110111 10010000 10110 10001 0 1010101 101100 1001000 1001001 100001

Color Harmonies of #779016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779016

Black with #779016

Text Example


Text Example

White with #779016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779016; }

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

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

background-color css

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

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

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

border-color css

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

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

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