Shades of Olive Drab #789720
Tints of Olive Drab #789720
RGB
CMYK
RGB Variations
Color information
#789720 (or 0x789720) is known color: Olive Drab. HEX triplet: 78, 97 and 20. RGB value is (120,151,32). Sum of RGB (Red+Green+Blue) = 120+151+32=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #789720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789720 is #8768DF. Grayscale: #808080. Windows color (decimal): -8874208 or 2135928. OLE color: 2135928.
HSL color Cylindrical-coordinate representation of color #789720: hue angle of 75.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #789720 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 32 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.41 |
| HSL | 75.63º | 0.65% | 0.36% | - |
| HSV(B) | 75.63º | 0.79% | 0.59% | - |
| XYZ | 19.07 | 26.23 | 5.42 | - |
| YUV | 128.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 32 | 0.21 | 0 | 0.79 | 0.41 | 75.63 | 0.65 | 0.36 |
| Hex | 78 | 97 | 20 | 15 | 0 | 4F | 29 | 4C | 41 | 24 |
| Octal | 170 | 227 | 40 | 25 | 0 | 117 | 51 | 114 | 101 | 44 |
| Binary | 1111000 | 10010111 | 100000 | 10101 | 0 | 1001111 | 101001 | 1001100 | 1000001 | 100100 |
Color Harmonies of #789720
Complementary color
Monochromatic Colors of #789720
Black with #789720
Text Example
Text Example
White with #789720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789720; }
p { color: rgb(120,151,32); }
H1.HeaderClassName
{
color: #789720;
}
.AnyTagClassName
{
color: #789720;
}
</style>
background-color css
<style>
a { background-color: #789720; }
a { background-color: rgb(120,151,32); }
div.DivClassName
{
background-color: #789720;
}
.BgClassName
{
background-color: #789720;
}
</style>
border-color css
<style>
span { border-color: #789720; }
span { border-color: rgb(120,151,32); }
td.TdClassName
{
border-color: #789720;
}
.TagClassName
{
border-color: #789720;
}
</style>