#779028

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

Shades of Olive Drab #779028

Tints of Olive Drab #779028

Color information

#779028 (or 0x779028) is unknown color: approx Olive Drab. HEX triplet: 77, 90 and 28. RGB value is (119,144,40). Sum of RGB (Red+Green+Blue) = 119+144+40=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #779028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779028 is #886FD7. Grayscale: #7D7D7D. Windows color (decimal): -8941528 or 2658423. OLE color: 2658423.

HSL color Cylindrical-coordinate representation of color #779028: hue angle of 74.42º degrees, saturation: 0.57, 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 #779028 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB11914440-
CMYK0.1700.720.44
HSL74.42º56.52%36.08%-
HSV(B)74.42º72.22%56.47%-
XYZ17.9624.025.7-
YUV124.6780.22123.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 40 (16.02% from 255) = 13.20%
R=39.27%
G=47.52%
B=13.20%

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
Decimal119144400.1700.720.4474.4256.5236.08
Hex779028110482C4a3924
Octal16722050210110541127144
Binary11101111001000010100010001010010001011001001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779028; }

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

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

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

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

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

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

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

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