Shades of Olive Drab #789521
Tints of Olive Drab #789521
RGB
CMYK
RGB Variations
Color information
#789521 (or 0x789521) is known color: Olive Drab. HEX triplet: 78, 95 and 21. RGB value is (120,149,33). Sum of RGB (Red+Green+Blue) = 120+149+33=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #789521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789521 is #876ADE. Grayscale: #7F7F7F. Windows color (decimal): -8874719 or 2200952. OLE color: 2200952.
HSL color Cylindrical-coordinate representation of color #789521: hue angle of 75º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789521 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 33 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.42 |
| HSL | 75º | 0.64% | 0.36% | - |
| HSV(B) | 75º | 0.78% | 0.58% | - |
| XYZ | 18.77 | 25.6 | 5.39 | - |
| YUV | 127.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 33 | 0.19 | 0 | 0.78 | 0.42 | 75 | 0.64 | 0.36 |
| Hex | 78 | 95 | 21 | 13 | 0 | 4E | 2A | 4B | 40 | 24 |
| Octal | 170 | 225 | 41 | 23 | 0 | 116 | 52 | 113 | 100 | 44 |
| Binary | 1111000 | 10010101 | 100001 | 10011 | 0 | 1001110 | 101010 | 1001011 | 1000000 | 100100 |
Color Harmonies of #789521
Complementary color
Monochromatic Colors of #789521
Black with #789521
Text Example
Text Example
White with #789521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789521; }
p { color: rgb(120,149,33); }
H1.HeaderClassName
{
color: #789521;
}
.AnyTagClassName
{
color: #789521;
}
</style>
background-color css
<style>
a { background-color: #789521; }
a { background-color: rgb(120,149,33); }
div.DivClassName
{
background-color: #789521;
}
.BgClassName
{
background-color: #789521;
}
</style>
border-color css
<style>
span { border-color: #789521; }
span { border-color: rgb(120,149,33); }
td.TdClassName
{
border-color: #789521;
}
.TagClassName
{
border-color: #789521;
}
</style>