#779029

Color #779029 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #779029

Tints of Olive Drab #779029

Color information

#779029 (or 0x779029) is unknown color: approx Olive Drab. HEX triplet: 77, 90 and 29. RGB value is (119,144,41). Sum of RGB (Red+Green+Blue) = 119+144+41=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #779029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779029 is #886FD6. Grayscale: #7D7D7D. Windows color (decimal): -8941527 or 2723959. OLE color: 2723959.

HSL color Cylindrical-coordinate representation of color #779029: hue angle of 74.56º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #779029 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB11914441-
CMYK0.1700.720.44
HSL74.56º55.68%36.27%-
HSV(B)74.56º71.53%56.47%-
XYZ17.9824.035.79-
YUV124.7880.72123.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=39.14%
G=47.37%
B=13.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119144410.1700.720.4474.5655.6836.27
Hex779029110482C4b3824
Octal16722051210110541137044
Binary11101111001000010100110001010010001011001001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779029; }

 p { color: rgb(119,144,41); }

 H1.HeaderClassName
 {
   color: #779029;
 }
 .AnyTagClassName
 {
   color: #779029;
 }
</style>
background-color css

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

 a { background-color: rgb(119,144,41); }

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

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

 span { border-color: rgb(119,144,41); }

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