Shades of Olive Drab #789116
Tints of Olive Drab #789116
RGB
CMYK
RGB Variations
Color information
#789116 (or 0x789116) is known color: Olive Drab. HEX triplet: 78, 91 and 16. RGB value is (120,145,22). Sum of RGB (Red+Green+Blue) = 120+145+22=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #789116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789116 is #876EE9. Grayscale: #7B7B7B. Windows color (decimal): -8875754 or 1479032. OLE color: 1479032.
HSL color Cylindrical-coordinate representation of color #789116: hue angle of 72.2º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #789116 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 22 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.43 |
| HSL | 72.2º | 0.74% | 0.33% | - |
| HSV(B) | 72.2º | 0.85% | 0.57% | - |
| XYZ | 18.02 | 24.3 | 4.5 | - |
| YUV | 123.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 22 | 0.17 | 0 | 0.85 | 0.43 | 72.2 | 0.74 | 0.33 |
| Hex | 78 | 91 | 16 | 11 | 0 | 55 | 2B | 48 | 4A | 21 |
| Octal | 170 | 221 | 26 | 21 | 0 | 125 | 53 | 110 | 112 | 41 |
| Binary | 1111000 | 10010001 | 10110 | 10001 | 0 | 1010101 | 101011 | 1001000 | 1001010 | 100001 |
Color Harmonies of #789116
Complementary color
Monochromatic Colors of #789116
Black with #789116
Text Example
Text Example
White with #789116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789116; }
p { color: rgb(120,145,22); }
H1.HeaderClassName
{
color: #789116;
}
.AnyTagClassName
{
color: #789116;
}
</style>
background-color css
<style>
a { background-color: #789116; }
a { background-color: rgb(120,145,22); }
div.DivClassName
{
background-color: #789116;
}
.BgClassName
{
background-color: #789116;
}
</style>
border-color css
<style>
span { border-color: #789116; }
span { border-color: rgb(120,145,22); }
td.TdClassName
{
border-color: #789116;
}
.TagClassName
{
border-color: #789116;
}
</style>