Html Css Color HEX #779212 Olive Drab

📋 copy color: '#779212'

red 119 ◦ green 146 ◦ blue 18

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

Shades of Olive Drab #779212

Tints of Olive Drab #779212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 42.05%
G = 51.59%
B = 6.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#779212 (or 0x779212) is known color: Olive Drab. HEX triplet: 77, 92 and 12. RGB value is (119,146,18). Sum of RGB (Red+Green+Blue) = 119+146+18=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #779212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779212 is #886DED. Grayscale: #7B7B7B. Windows color (decimal): -8941038 or 1217143. OLE color: 1217143.

HSL color Cylindrical-coordinate representation of color #779212: hue angle of 72.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #779212 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 18 -
CMYK 0.18 0 0.88 0.43
HSL 72.66º 0.78% 0.32% -
HSV(B) 72.66º 0.88% 0.57% -
XYZ 18 24.52 4.36 -
YUV 123.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 119 146 18 0.18 0 0.88 0.43 72.66 0.78 0.32
Hex 77 92 12 12 0 58 2B 49 4E 20
Octal 167 222 22 22 0 130 53 111 116 40
Binary 1110111 10010010 10010 10010 0 1011000 101011 1001001 1001110 100000

Color Harmonies of #779212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779212

Black with #779212

Text Example


Text Example

White with #779212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779212; }

 p { color: rgb(119,146,18); }

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

background-color css

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

 a { background-color: rgb(119,146,18); }

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

border-color css

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

 span { border-color: rgb(119,146,18); }

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