Shades of Olive Drab #789621
Tints of Olive Drab #789621
RGB
CMYK
RGB Variations
Color information
#789621 (or 0x789621) is known color: Olive Drab. HEX triplet: 78, 96 and 21. RGB value is (120,150,33). Sum of RGB (Red+Green+Blue) = 120+150+33=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #789621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789621 is #8769DE. Grayscale: #808080. Windows color (decimal): -8874463 or 2201208. OLE color: 2201208.
HSL color Cylindrical-coordinate representation of color #789621: hue angle of 75.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789621 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 33 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.41 |
| HSL | 75.38º | 0.64% | 0.36% | - |
| HSV(B) | 75.38º | 0.78% | 0.59% | - |
| XYZ | 18.93 | 25.92 | 5.44 | - |
| YUV | 127.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 33 | 0.20 | 0 | 0.78 | 0.41 | 75.38 | 0.64 | 0.36 |
| Hex | 78 | 96 | 21 | 14 | 0 | 4E | 29 | 4B | 40 | 24 |
| Octal | 170 | 226 | 41 | 24 | 0 | 116 | 51 | 113 | 100 | 44 |
| Binary | 1111000 | 10010110 | 100001 | 10100 | 0 | 1001110 | 101001 | 1001011 | 1000000 | 100100 |
Color Harmonies of #789621
Complementary color
Monochromatic Colors of #789621
Black with #789621
Text Example
Text Example
White with #789621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789621; }
p { color: rgb(120,150,33); }
H1.HeaderClassName
{
color: #789621;
}
.AnyTagClassName
{
color: #789621;
}
</style>
background-color css
<style>
a { background-color: #789621; }
a { background-color: rgb(120,150,33); }
div.DivClassName
{
background-color: #789621;
}
.BgClassName
{
background-color: #789621;
}
</style>
border-color css
<style>
span { border-color: #789621; }
span { border-color: rgb(120,150,33); }
td.TdClassName
{
border-color: #789621;
}
.TagClassName
{
border-color: #789621;
}
</style>