Shades of Olive Drab #789125
Tints of Olive Drab #789125
RGB
CMYK
RGB Variations
Color information
#789125 (or 0x789125) is known color: Olive Drab. HEX triplet: 78, 91 and 25. RGB value is (120,145,37). Sum of RGB (Red+Green+Blue) = 120+145+37=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #789125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789125 is #876EDA. Grayscale: #7D7D7D. Windows color (decimal): -8875739 or 2462072. OLE color: 2462072.
HSL color Cylindrical-coordinate representation of color #789125: hue angle of 73.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #789125 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 37 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.43 |
| HSL | 73.89º | 0.59% | 0.36% | - |
| HSV(B) | 73.89º | 0.74% | 0.57% | - |
| XYZ | 18.21 | 24.38 | 5.5 | - |
| YUV | 125.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 37 | 0.17 | 0 | 0.74 | 0.43 | 73.89 | 0.59 | 0.36 |
| Hex | 78 | 91 | 25 | 11 | 0 | 4A | 2B | 4A | 3B | 24 |
| Octal | 170 | 221 | 45 | 21 | 0 | 112 | 53 | 112 | 73 | 44 |
| Binary | 1111000 | 10010001 | 100101 | 10001 | 0 | 1001010 | 101011 | 1001010 | 111011 | 100100 |
Color Harmonies of #789125
Complementary color
Monochromatic Colors of #789125
Black with #789125
Text Example
Text Example
White with #789125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789125; }
p { color: rgb(120,145,37); }
H1.HeaderClassName
{
color: #789125;
}
.AnyTagClassName
{
color: #789125;
}
</style>
background-color css
<style>
a { background-color: #789125; }
a { background-color: rgb(120,145,37); }
div.DivClassName
{
background-color: #789125;
}
.BgClassName
{
background-color: #789125;
}
</style>
border-color css
<style>
span { border-color: #789125; }
span { border-color: rgb(120,145,37); }
td.TdClassName
{
border-color: #789125;
}
.TagClassName
{
border-color: #789125;
}
</style>