Shades of Olive Drab #789211
Tints of Olive Drab #789211
RGB
CMYK
RGB Variations
Color information
#789211 (or 0x789211) is known color: Olive Drab. HEX triplet: 78, 92 and 11. RGB value is (120,146,17). Sum of RGB (Red+Green+Blue) = 120+146+17=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #789211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789211 is #876DEE. Grayscale: #7C7C7C. Windows color (decimal): -8875503 or 1151608. OLE color: 1151608.
HSL color Cylindrical-coordinate representation of color #789211: hue angle of 72.09º degrees, saturation: 0.79, 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 #789211 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 17 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.43 |
| HSL | 72.09º | 0.79% | 0.32% | - |
| HSV(B) | 72.09º | 0.88% | 0.57% | - |
| XYZ | 18.13 | 24.59 | 4.32 | - |
| YUV | 123.52 | 67.89 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 17 | 0.18 | 0 | 0.88 | 0.43 | 72.09 | 0.79 | 0.32 |
| Hex | 78 | 92 | 11 | 12 | 0 | 58 | 2B | 48 | 4F | 20 |
| Octal | 170 | 222 | 21 | 22 | 0 | 130 | 53 | 110 | 117 | 40 |
| Binary | 1111000 | 10010010 | 10001 | 10010 | 0 | 1011000 | 101011 | 1001000 | 1001111 | 100000 |
Color Harmonies of #789211
Complementary color
Monochromatic Colors of #789211
Black with #789211
Text Example
Text Example
White with #789211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789211; }
p { color: rgb(120,146,17); }
H1.HeaderClassName
{
color: #789211;
}
.AnyTagClassName
{
color: #789211;
}
</style>
background-color css
<style>
a { background-color: #789211; }
a { background-color: rgb(120,146,17); }
div.DivClassName
{
background-color: #789211;
}
.BgClassName
{
background-color: #789211;
}
</style>
border-color css
<style>
span { border-color: #789211; }
span { border-color: rgb(120,146,17); }
td.TdClassName
{
border-color: #789211;
}
.TagClassName
{
border-color: #789211;
}
</style>