Shades of Olive Drab #789012
Tints of Olive Drab #789012
RGB
CMYK
RGB Variations
Color information
#789012 (or 0x789012) is known color: Olive Drab. HEX triplet: 78, 90 and 12. RGB value is (120,144,18). Sum of RGB (Red+Green+Blue) = 120+144+18=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #789012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789012 is #876FED. Grayscale: #7A7A7A. Windows color (decimal): -8876014 or 1216632. OLE color: 1216632.
HSL color Cylindrical-coordinate representation of color #789012: hue angle of 71.43º degrees, saturation: 0.78, 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 #789012 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 18 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.44 |
| HSL | 71.43º | 0.78% | 0.32% | - |
| HSV(B) | 71.43º | 0.88% | 0.56% | - |
| XYZ | 17.83 | 23.98 | 4.26 | - |
| YUV | 122.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 18 | 0.17 | 0 | 0.88 | 0.44 | 71.43 | 0.78 | 0.32 |
| Hex | 78 | 90 | 12 | 11 | 0 | 58 | 2C | 47 | 4E | 20 |
| Octal | 170 | 220 | 22 | 21 | 0 | 130 | 54 | 107 | 116 | 40 |
| Binary | 1111000 | 10010000 | 10010 | 10001 | 0 | 1011000 | 101100 | 1000111 | 1001110 | 100000 |
Color Harmonies of #789012
Complementary color
Monochromatic Colors of #789012
Black with #789012
Text Example
Text Example
White with #789012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789012; }
p { color: rgb(120,144,18); }
H1.HeaderClassName
{
color: #789012;
}
.AnyTagClassName
{
color: #789012;
}
</style>
background-color css
<style>
a { background-color: #789012; }
a { background-color: rgb(120,144,18); }
div.DivClassName
{
background-color: #789012;
}
.BgClassName
{
background-color: #789012;
}
</style>
border-color css
<style>
span { border-color: #789012; }
span { border-color: rgb(120,144,18); }
td.TdClassName
{
border-color: #789012;
}
.TagClassName
{
border-color: #789012;
}
</style>