Shades of Olive Drab #789112
Tints of Olive Drab #789112
RGB
CMYK
RGB Variations
Color information
#789112 (or 0x789112) is known color: Olive Drab. HEX triplet: 78, 91 and 12. RGB value is (120,145,18). Sum of RGB (Red+Green+Blue) = 120+145+18=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #789112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789112 is #876EED. Grayscale: #7B7B7B. Windows color (decimal): -8875758 or 1216888. OLE color: 1216888.
HSL color Cylindrical-coordinate representation of color #789112: hue angle of 71.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #789112 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 18 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.43 |
| HSL | 71.81º | 0.78% | 0.32% | - |
| HSV(B) | 71.81º | 0.88% | 0.57% | - |
| XYZ | 17.98 | 24.29 | 4.31 | - |
| YUV | 123.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 18 | 0.17 | 0 | 0.88 | 0.43 | 71.81 | 0.78 | 0.32 |
| Hex | 78 | 91 | 12 | 11 | 0 | 58 | 2B | 48 | 4E | 20 |
| Octal | 170 | 221 | 22 | 21 | 0 | 130 | 53 | 110 | 116 | 40 |
| Binary | 1111000 | 10010001 | 10010 | 10001 | 0 | 1011000 | 101011 | 1001000 | 1001110 | 100000 |
Color Harmonies of #789112
Complementary color
Monochromatic Colors of #789112
Black with #789112
Text Example
Text Example
White with #789112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789112; }
p { color: rgb(120,145,18); }
H1.HeaderClassName
{
color: #789112;
}
.AnyTagClassName
{
color: #789112;
}
</style>
background-color css
<style>
a { background-color: #789112; }
a { background-color: rgb(120,145,18); }
div.DivClassName
{
background-color: #789112;
}
.BgClassName
{
background-color: #789112;
}
</style>
border-color css
<style>
span { border-color: #789112; }
span { border-color: rgb(120,145,18); }
td.TdClassName
{
border-color: #789112;
}
.TagClassName
{
border-color: #789112;
}
</style>