Html Css Color HEX #779612 Olive Drab

📋 copy color: '#779612'

red 119 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #779612

Tints of Olive Drab #779612

RGB

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

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

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

R = 41.46%
G = 52.26%
B = 6.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#779612 (or 0x779612) is known color: Olive Drab. HEX triplet: 77, 96 and 12. RGB value is (119,150,18). Sum of RGB (Red+Green+Blue) = 119+150+18=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #779612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779612 is #8869ED. Grayscale: #7E7E7E. Windows color (decimal): -8940014 or 1218167. OLE color: 1218167.

HSL color Cylindrical-coordinate representation of color #779612: hue angle of 74.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #779612 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 18 -
CMYK 0.21 0 0.88 0.41
HSL 74.09º 0.79% 0.33% -
HSV(B) 74.09º 0.88% 0.59% -
XYZ 18.62 25.78 4.57 -
YUV 125.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 119 150 18 0.21 0 0.88 0.41 74.09 0.79 0.33
Hex 77 96 12 15 0 58 29 4A 4F 21
Octal 167 226 22 25 0 130 51 112 117 41
Binary 1110111 10010110 10010 10101 0 1011000 101001 1001010 1001111 100001

Color Harmonies of #779612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779612

Black with #779612

Text Example


Text Example

White with #779612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779612; }

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

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

background-color css

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

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

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

border-color css

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

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

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