Shades of Olive Drab #789220
Tints of Olive Drab #789220
RGB
CMYK
RGB Variations
Color information
#789220 (or 0x789220) is known color: Olive Drab. HEX triplet: 78, 92 and 20. RGB value is (120,146,32). Sum of RGB (Red+Green+Blue) = 120+146+32=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #789220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789220 is #876DDF. Grayscale: #7D7D7D. Windows color (decimal): -8875488 or 2134648. OLE color: 2134648.
HSL color Cylindrical-coordinate representation of color #789220: hue angle of 73.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789220 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 32 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.43 |
| HSL | 73.68º | 0.64% | 0.35% | - |
| HSV(B) | 73.68º | 0.78% | 0.57% | - |
| XYZ | 18.29 | 24.66 | 5.16 | - |
| YUV | 125.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 32 | 0.18 | 0 | 0.78 | 0.43 | 73.68 | 0.64 | 0.35 |
| Hex | 78 | 92 | 20 | 12 | 0 | 4E | 2B | 4A | 40 | 23 |
| Octal | 170 | 222 | 40 | 22 | 0 | 116 | 53 | 112 | 100 | 43 |
| Binary | 1111000 | 10010010 | 100000 | 10010 | 0 | 1001110 | 101011 | 1001010 | 1000000 | 100011 |
Color Harmonies of #789220
Complementary color
Monochromatic Colors of #789220
Black with #789220
Text Example
Text Example
White with #789220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789220; }
p { color: rgb(120,146,32); }
H1.HeaderClassName
{
color: #789220;
}
.AnyTagClassName
{
color: #789220;
}
</style>
background-color css
<style>
a { background-color: #789220; }
a { background-color: rgb(120,146,32); }
div.DivClassName
{
background-color: #789220;
}
.BgClassName
{
background-color: #789220;
}
</style>
border-color css
<style>
span { border-color: #789220; }
span { border-color: rgb(120,146,32); }
td.TdClassName
{
border-color: #789220;
}
.TagClassName
{
border-color: #789220;
}
</style>