Shades of Olive Drab #688E24
Tints of Olive Drab #688E24
RGB
CMYK
RGB Variations
Color information
#688E24 (or 0x688E24) is known color: Olive Drab. HEX triplet: 68, 8E and 24. RGB value is (104,142,36). Sum of RGB (Red+Green+Blue) = 104+142+36=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #688E24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E24 is #9771DB. Grayscale: #767676. Windows color (decimal): -9925084 or 2395752. OLE color: 2395752.
HSL color Cylindrical-coordinate representation of color #688E24: hue angle of 81.51º 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 #688E24 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 142 | 36 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.44 |
| HSL | 81.51º | 0.6% | 0.35% | - |
| HSV(B) | 81.51º | 0.75% | 0.56% | - |
| XYZ | 15.7 | 22.42 | 5.17 | - |
| YUV | 118.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 36 | 0.27 | 0 | 0.75 | 0.44 | 81.51 | 0.6 | 0.35 |
| Hex | 68 | 8E | 24 | 1B | 0 | 4B | 2C | 52 | 3C | 23 |
| Octal | 150 | 216 | 44 | 33 | 0 | 113 | 54 | 122 | 74 | 43 |
| Binary | 1101000 | 10001110 | 100100 | 11011 | 0 | 1001011 | 101100 | 1010010 | 111100 | 100011 |
Color Harmonies of #688E24
Complementary color
Monochromatic Colors of #688E24
Black with #688E24
Text Example
Text Example
White with #688E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688E24; }
p { color: rgb(104,142,36); }
H1.HeaderClassName
{
color: #688E24;
}
.AnyTagClassName
{
color: #688E24;
}
</style>
background-color css
<style>
a { background-color: #688E24; }
a { background-color: rgb(104,142,36); }
div.DivClassName
{
background-color: #688E24;
}
.BgClassName
{
background-color: #688E24;
}
</style>
border-color css
<style>
span { border-color: #688E24; }
span { border-color: rgb(104,142,36); }
td.TdClassName
{
border-color: #688E24;
}
.TagClassName
{
border-color: #688E24;
}
</style>