Shades of Olive Drab #789711
Tints of Olive Drab #789711
RGB
CMYK
RGB Variations
Color information
#789711 (or 0x789711) is known color: Olive Drab. HEX triplet: 78, 97 and 11. RGB value is (120,151,17). Sum of RGB (Red+Green+Blue) = 120+151+17=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #789711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789711 is #8768EE. Grayscale: #7E7E7E. Windows color (decimal): -8874223 or 1152888. OLE color: 1152888.
HSL color Cylindrical-coordinate representation of color #789711: hue angle of 73.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #789711 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 17 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.41 |
| HSL | 73.88º | 0.8% | 0.33% | - |
| HSV(B) | 73.88º | 0.89% | 0.59% | - |
| XYZ | 18.91 | 26.17 | 4.58 | - |
| YUV | 126.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 17 | 0.21 | 0 | 0.89 | 0.41 | 73.88 | 0.8 | 0.33 |
| Hex | 78 | 97 | 11 | 15 | 0 | 59 | 29 | 4A | 50 | 21 |
| Octal | 170 | 227 | 21 | 25 | 0 | 131 | 51 | 112 | 120 | 41 |
| Binary | 1111000 | 10010111 | 10001 | 10101 | 0 | 1011001 | 101001 | 1001010 | 1010000 | 100001 |
Color Harmonies of #789711
Complementary color
Monochromatic Colors of #789711
Black with #789711
Text Example
Text Example
White with #789711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789711; }
p { color: rgb(120,151,17); }
H1.HeaderClassName
{
color: #789711;
}
.AnyTagClassName
{
color: #789711;
}
</style>
background-color css
<style>
a { background-color: #789711; }
a { background-color: rgb(120,151,17); }
div.DivClassName
{
background-color: #789711;
}
.BgClassName
{
background-color: #789711;
}
</style>
border-color css
<style>
span { border-color: #789711; }
span { border-color: rgb(120,151,17); }
td.TdClassName
{
border-color: #789711;
}
.TagClassName
{
border-color: #789711;
}
</style>