Html Css Color HEX #779320 Olive Drab

📋 copy color: '#779320'

red 119 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #779320

Tints of Olive Drab #779320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 39.93%
G = 49.33%
B = 10.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#779320 (or 0x779320) is known color: Olive Drab. HEX triplet: 77, 93 and 20. RGB value is (119,147,32). Sum of RGB (Red+Green+Blue) = 119+147+32=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #779320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779320 is #886CDF. Grayscale: #7D7D7D. Windows color (decimal): -8940768 or 2134903. OLE color: 2134903.

HSL color Cylindrical-coordinate representation of color #779320: hue angle of 74.61º 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 #779320 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 32 -
CMYK 0.19 0 0.78 0.42
HSL 74.61º 0.64% 0.35% -
HSV(B) 74.61º 0.78% 0.58% -
XYZ 18.3 24.89 5.21 -
YUV 125.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 119 147 32 0.19 0 0.78 0.42 74.61 0.64 0.35
Hex 77 93 20 13 0 4E 2A 4B 40 23
Octal 167 223 40 23 0 116 52 113 100 43
Binary 1110111 10010011 100000 10011 0 1001110 101010 1001011 1000000 100011

Color Harmonies of #779320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779320

Black with #779320

Text Example


Text Example

White with #779320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779320; }

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

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

background-color css

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

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

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

border-color css

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

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

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