Shades of Olive Drab #789020
Tints of Olive Drab #789020
RGB
CMYK
RGB Variations
Color information
#789020 (or 0x789020) is known color: Olive Drab. HEX triplet: 78, 90 and 20. RGB value is (120,144,32). Sum of RGB (Red+Green+Blue) = 120+144+32=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #789020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789020 is #876FDF. Grayscale: #7C7C7C. Windows color (decimal): -8876000 or 2134136. OLE color: 2134136.
HSL color Cylindrical-coordinate representation of color #789020: hue angle of 72.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789020 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 32 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.44 |
| HSL | 72.86º | 0.64% | 0.35% | - |
| HSV(B) | 72.86º | 0.78% | 0.56% | - |
| XYZ | 17.98 | 24.04 | 5.06 | - |
| YUV | 124.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 32 | 0.17 | 0 | 0.78 | 0.44 | 72.86 | 0.64 | 0.35 |
| Hex | 78 | 90 | 20 | 11 | 0 | 4E | 2C | 49 | 40 | 23 |
| Octal | 170 | 220 | 40 | 21 | 0 | 116 | 54 | 111 | 100 | 43 |
| Binary | 1111000 | 10010000 | 100000 | 10001 | 0 | 1001110 | 101100 | 1001001 | 1000000 | 100011 |
Color Harmonies of #789020
Complementary color
Monochromatic Colors of #789020
Black with #789020
Text Example
Text Example
White with #789020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789020; }
p { color: rgb(120,144,32); }
H1.HeaderClassName
{
color: #789020;
}
.AnyTagClassName
{
color: #789020;
}
</style>
background-color css
<style>
a { background-color: #789020; }
a { background-color: rgb(120,144,32); }
div.DivClassName
{
background-color: #789020;
}
.BgClassName
{
background-color: #789020;
}
</style>
border-color css
<style>
span { border-color: #789020; }
span { border-color: rgb(120,144,32); }
td.TdClassName
{
border-color: #789020;
}
.TagClassName
{
border-color: #789020;
}
</style>