Html Css Color HEX #779420 Olive Drab

📋 copy color: '#779420'

red 119 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #779420

Tints of Olive Drab #779420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 39.8%
G = 49.5%
B = 10.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#779420 (or 0x779420) is known color: Olive Drab. HEX triplet: 77, 94 and 20. RGB value is (119,148,32). Sum of RGB (Red+Green+Blue) = 119+148+32=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #779420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779420 is #886BDF. Grayscale: #7E7E7E. Windows color (decimal): -8940512 or 2135159. OLE color: 2135159.

HSL color Cylindrical-coordinate representation of color #779420: hue angle of 75º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #779420 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 32 -
CMYK 0.20 0 0.78 0.42
HSL 75º 0.64% 0.35% -
HSV(B) 75º 0.78% 0.58% -
XYZ 18.46 25.21 5.26 -
YUV 126.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 119 148 32 0.20 0 0.78 0.42 75 0.64 0.35
Hex 77 94 20 14 0 4E 2A 4B 40 23
Octal 167 224 40 24 0 116 52 113 100 43
Binary 1110111 10010100 100000 10100 0 1001110 101010 1001011 1000000 100011

Color Harmonies of #779420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779420

Black with #779420

Text Example


Text Example

White with #779420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779420; }

 p { color: rgb(119,148,32); }

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

background-color css

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

 a { background-color: rgb(119,148,32); }

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

border-color css

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

 span { border-color: rgb(119,148,32); }

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