Shades of Olive Drab #788F24
Tints of Olive Drab #788F24
RGB
CMYK
RGB Variations
Color information
#788F24 (or 0x788F24) is known color: Olive Drab. HEX triplet: 78, 8F and 24. RGB value is (120,143,36). Sum of RGB (Red+Green+Blue) = 120+143+36=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #788F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788F24 is #8770DB. Grayscale: #7C7C7C. Windows color (decimal): -8876252 or 2396024. OLE color: 2396024.
HSL color Cylindrical-coordinate representation of color #788F24: hue angle of 72.9º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #788F24 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 36 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.44 |
| HSL | 72.9º | 0.6% | 0.35% | - |
| HSV(B) | 72.9º | 0.75% | 0.56% | - |
| XYZ | 17.89 | 23.77 | 5.31 | - |
| YUV | 123.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 36 | 0.16 | 0 | 0.75 | 0.44 | 72.9 | 0.6 | 0.35 |
| Hex | 78 | 8F | 24 | 10 | 0 | 4B | 2C | 49 | 3C | 23 |
| Octal | 170 | 217 | 44 | 20 | 0 | 113 | 54 | 111 | 74 | 43 |
| Binary | 1111000 | 10001111 | 100100 | 10000 | 0 | 1001011 | 101100 | 1001001 | 111100 | 100011 |
Color Harmonies of #788F24
Complementary color
Monochromatic Colors of #788F24
Black with #788F24
Text Example
Text Example
White with #788F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F24; }
p { color: rgb(120,143,36); }
H1.HeaderClassName
{
color: #788F24;
}
.AnyTagClassName
{
color: #788F24;
}
</style>
background-color css
<style>
a { background-color: #788F24; }
a { background-color: rgb(120,143,36); }
div.DivClassName
{
background-color: #788F24;
}
.BgClassName
{
background-color: #788F24;
}
</style>
border-color css
<style>
span { border-color: #788F24; }
span { border-color: rgb(120,143,36); }
td.TdClassName
{
border-color: #788F24;
}
.TagClassName
{
border-color: #788F24;
}
</style>