Html Css Color HEX #779614 Olive Drab

📋 copy color: '#779614'

red 119 ◦ green 150 ◦ blue 20

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

Shades of Olive Drab #779614

Tints of Olive Drab #779614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 41.18%
G = 51.9%
B = 6.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#779614 (or 0x779614) is known color: Olive Drab. HEX triplet: 77, 96 and 14. RGB value is (119,150,20). Sum of RGB (Red+Green+Blue) = 119+150+20=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #779614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779614 is #8869EB. Grayscale: #7E7E7E. Windows color (decimal): -8940012 or 1349239. OLE color: 1349239.

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

Color convert

RGB 119 150 20 -
CMYK 0.21 0 0.87 0.41
HSL 74.31º 0.76% 0.33% -
HSV(B) 74.31º 0.87% 0.59% -
XYZ 18.64 25.79 4.66 -
YUV 125.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 119 150 20 0.21 0 0.87 0.41 74.31 0.76 0.33
Hex 77 96 14 15 0 57 29 4A 4C 21
Octal 167 226 24 25 0 127 51 112 114 41
Binary 1110111 10010110 10100 10101 0 1010111 101001 1001010 1001100 100001

Color Harmonies of #779614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779614

Black with #779614

Text Example


Text Example

White with #779614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779614; }

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

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

background-color css

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

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

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

border-color css

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

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

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