Shades of Olive Drab #788E23
Tints of Olive Drab #788E23
RGB
CMYK
RGB Variations
Color information
#788E23 (or 0x788E23) is known color: Olive Drab. HEX triplet: 78, 8E and 23. RGB value is (120,142,35). Sum of RGB (Red+Green+Blue) = 120+142+35=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #788E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788E23 is #8771DC. Grayscale: #7B7B7B. Windows color (decimal): -8876509 or 2330232. OLE color: 2330232.
HSL color Cylindrical-coordinate representation of color #788E23: hue angle of 72.34º 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 #788E23 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 35 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.44 |
| HSL | 72.34º | 0.6% | 0.35% | - |
| HSV(B) | 72.34º | 0.75% | 0.56% | - |
| XYZ | 17.72 | 23.46 | 5.18 | - |
| YUV | 123.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 35 | 0.15 | 0 | 0.75 | 0.44 | 72.34 | 0.6 | 0.35 |
| Hex | 78 | 8E | 23 | F | 0 | 4B | 2C | 48 | 3C | 23 |
| Octal | 170 | 216 | 43 | 17 | 0 | 113 | 54 | 110 | 74 | 43 |
| Binary | 1111000 | 10001110 | 100011 | 1111 | 0 | 1001011 | 101100 | 1001000 | 111100 | 100011 |
Color Harmonies of #788E23
Complementary color
Monochromatic Colors of #788E23
Black with #788E23
Text Example
Text Example
White with #788E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E23; }
p { color: rgb(120,142,35); }
H1.HeaderClassName
{
color: #788E23;
}
.AnyTagClassName
{
color: #788E23;
}
</style>
background-color css
<style>
a { background-color: #788E23; }
a { background-color: rgb(120,142,35); }
div.DivClassName
{
background-color: #788E23;
}
.BgClassName
{
background-color: #788E23;
}
</style>
border-color css
<style>
span { border-color: #788E23; }
span { border-color: rgb(120,142,35); }
td.TdClassName
{
border-color: #788E23;
}
.TagClassName
{
border-color: #788E23;
}
</style>