Shades of Olive Drab #789224
Tints of Olive Drab #789224
RGB
CMYK
RGB Variations
Color information
#789224 (or 0x789224) is known color: Olive Drab. HEX triplet: 78, 92 and 24. RGB value is (120,146,36). Sum of RGB (Red+Green+Blue) = 120+146+36=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #789224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789224 is #876DDB. Grayscale: #7E7E7E. Windows color (decimal): -8875484 or 2396792. OLE color: 2396792.
HSL color Cylindrical-coordinate representation of color #789224: hue angle of 74.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #789224 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 36 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.43 |
| HSL | 74.18º | 0.6% | 0.36% | - |
| HSV(B) | 74.18º | 0.75% | 0.57% | - |
| XYZ | 18.34 | 24.68 | 5.47 | - |
| YUV | 125.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 36 | 0.18 | 0 | 0.75 | 0.43 | 74.18 | 0.6 | 0.36 |
| Hex | 78 | 92 | 24 | 12 | 0 | 4B | 2B | 4A | 3C | 24 |
| Octal | 170 | 222 | 44 | 22 | 0 | 113 | 53 | 112 | 74 | 44 |
| Binary | 1111000 | 10010010 | 100100 | 10010 | 0 | 1001011 | 101011 | 1001010 | 111100 | 100100 |
Color Harmonies of #789224
Complementary color
Monochromatic Colors of #789224
Black with #789224
Text Example
Text Example
White with #789224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789224; }
p { color: rgb(120,146,36); }
H1.HeaderClassName
{
color: #789224;
}
.AnyTagClassName
{
color: #789224;
}
</style>
background-color css
<style>
a { background-color: #789224; }
a { background-color: rgb(120,146,36); }
div.DivClassName
{
background-color: #789224;
}
.BgClassName
{
background-color: #789224;
}
</style>
border-color css
<style>
span { border-color: #789224; }
span { border-color: rgb(120,146,36); }
td.TdClassName
{
border-color: #789224;
}
.TagClassName
{
border-color: #789224;
}
</style>