Shades of Olive Drab #779028
Tints of Olive Drab #779028
RGB
CMYK
RGB Variations
Color information
#779028 (or 0x779028) is known color: 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
| RGB | 119 | 144 | 40 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.44 |
| HSL | 74.42º | 0.57% | 0.36% | - |
| HSV(B) | 74.42º | 0.72% | 0.56% | - |
| XYZ | 17.96 | 24.02 | 5.7 | - |
| YUV | 124.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 40 | 0.17 | 0 | 0.72 | 0.44 | 74.42 | 0.57 | 0.36 |
| Hex | 77 | 90 | 28 | 11 | 0 | 48 | 2C | 4A | 39 | 24 |
| Octal | 167 | 220 | 50 | 21 | 0 | 110 | 54 | 112 | 71 | 44 |
| Binary | 1110111 | 10010000 | 101000 | 10001 | 0 | 1001000 | 101100 | 1001010 | 111001 | 100100 |
Color Harmonies of #779028
Complementary color
Monochromatic Colors of #779028
Black with #779028
Text Example
Text Example
White with #779028
Text Example
Text Example
HTML Codes & Css Web 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>