Shades of Olive Drab #789016
Tints of Olive Drab #789016
RGB
CMYK
RGB Variations
Color information
#789016 (or 0x789016) is known color: Olive Drab. HEX triplet: 78, 90 and 16. RGB value is (120,144,22). Sum of RGB (Red+Green+Blue) = 120+144+22=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #789016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789016 is #876FE9. Grayscale: #7B7B7B. Windows color (decimal): -8876010 or 1478776. OLE color: 1478776.
HSL color Cylindrical-coordinate representation of color #789016: hue angle of 71.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #789016 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 22 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.44 |
| HSL | 71.8º | 0.73% | 0.33% | - |
| HSV(B) | 71.8º | 0.85% | 0.56% | - |
| XYZ | 17.86 | 24 | 4.45 | - |
| YUV | 122.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 22 | 0.17 | 0 | 0.85 | 0.44 | 71.8 | 0.73 | 0.33 |
| Hex | 78 | 90 | 16 | 11 | 0 | 55 | 2C | 48 | 49 | 21 |
| Octal | 170 | 220 | 26 | 21 | 0 | 125 | 54 | 110 | 111 | 41 |
| Binary | 1111000 | 10010000 | 10110 | 10001 | 0 | 1010101 | 101100 | 1001000 | 1001001 | 100001 |
Color Harmonies of #789016
Complementary color
Monochromatic Colors of #789016
Black with #789016
Text Example
Text Example
White with #789016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789016; }
p { color: rgb(120,144,22); }
H1.HeaderClassName
{
color: #789016;
}
.AnyTagClassName
{
color: #789016;
}
</style>
background-color css
<style>
a { background-color: #789016; }
a { background-color: rgb(120,144,22); }
div.DivClassName
{
background-color: #789016;
}
.BgClassName
{
background-color: #789016;
}
</style>
border-color css
<style>
span { border-color: #789016; }
span { border-color: rgb(120,144,22); }
td.TdClassName
{
border-color: #789016;
}
.TagClassName
{
border-color: #789016;
}
</style>