Shades of Olive Drab #789011
Tints of Olive Drab #789011
RGB
CMYK
RGB Variations
Color information
#789011 (or 0x789011) is known color: Olive Drab. HEX triplet: 78, 90 and 11. RGB value is (120,144,17). Sum of RGB (Red+Green+Blue) = 120+144+17=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #789011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789011 is #876FEE. Grayscale: #7A7A7A. Windows color (decimal): -8876015 or 1151096. OLE color: 1151096.
HSL color Cylindrical-coordinate representation of color #789011: hue angle of 71.34º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #789011 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 17 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.44 |
| HSL | 71.34º | 0.79% | 0.32% | - |
| HSV(B) | 71.34º | 0.88% | 0.56% | - |
| XYZ | 17.82 | 23.98 | 4.22 | - |
| YUV | 122.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 17 | 0.17 | 0 | 0.88 | 0.44 | 71.34 | 0.79 | 0.32 |
| Hex | 78 | 90 | 11 | 11 | 0 | 58 | 2C | 47 | 4F | 20 |
| Octal | 170 | 220 | 21 | 21 | 0 | 130 | 54 | 107 | 117 | 40 |
| Binary | 1111000 | 10010000 | 10001 | 10001 | 0 | 1011000 | 101100 | 1000111 | 1001111 | 100000 |
Color Harmonies of #789011
Complementary color
Monochromatic Colors of #789011
Black with #789011
Text Example
Text Example
White with #789011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789011; }
p { color: rgb(120,144,17); }
H1.HeaderClassName
{
color: #789011;
}
.AnyTagClassName
{
color: #789011;
}
</style>
background-color css
<style>
a { background-color: #789011; }
a { background-color: rgb(120,144,17); }
div.DivClassName
{
background-color: #789011;
}
.BgClassName
{
background-color: #789011;
}
</style>
border-color css
<style>
span { border-color: #789011; }
span { border-color: rgb(120,144,17); }
td.TdClassName
{
border-color: #789011;
}
.TagClassName
{
border-color: #789011;
}
</style>