Shades of Olive Drab #789021
Tints of Olive Drab #789021
RGB
CMYK
RGB Variations
Color information
#789021 (or 0x789021) is known color: Olive Drab. HEX triplet: 78, 90 and 21. RGB value is (120,144,33). Sum of RGB (Red+Green+Blue) = 120+144+33=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #789021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789021 is #876FDE. Grayscale: #7C7C7C. Windows color (decimal): -8875999 or 2199672. OLE color: 2199672.
HSL color Cylindrical-coordinate representation of color #789021: hue angle of 72.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #789021 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 33 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.44 |
| HSL | 72.97º | 0.63% | 0.35% | - |
| HSV(B) | 72.97º | 0.77% | 0.56% | - |
| XYZ | 17.99 | 24.05 | 5.13 | - |
| YUV | 124.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 33 | 0.17 | 0 | 0.77 | 0.44 | 72.97 | 0.63 | 0.35 |
| Hex | 78 | 90 | 21 | 11 | 0 | 4D | 2C | 49 | 3F | 23 |
| Octal | 170 | 220 | 41 | 21 | 0 | 115 | 54 | 111 | 77 | 43 |
| Binary | 1111000 | 10010000 | 100001 | 10001 | 0 | 1001101 | 101100 | 1001001 | 111111 | 100011 |
Color Harmonies of #789021
Complementary color
Monochromatic Colors of #789021
Black with #789021
Text Example
Text Example
White with #789021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789021; }
p { color: rgb(120,144,33); }
H1.HeaderClassName
{
color: #789021;
}
.AnyTagClassName
{
color: #789021;
}
</style>
background-color css
<style>
a { background-color: #789021; }
a { background-color: rgb(120,144,33); }
div.DivClassName
{
background-color: #789021;
}
.BgClassName
{
background-color: #789021;
}
</style>
border-color css
<style>
span { border-color: #789021; }
span { border-color: rgb(120,144,33); }
td.TdClassName
{
border-color: #789021;
}
.TagClassName
{
border-color: #789021;
}
</style>