Shades of Olive Drab #688C24
Tints of Olive Drab #688C24
RGB
CMYK
RGB Variations
Color information
#688C24 (or 0x688C24) is known color: Olive Drab. HEX triplet: 68, 8C and 24. RGB value is (104,140,36). Sum of RGB (Red+Green+Blue) = 104+140+36=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #688C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C24 is #9773DB. Grayscale: #757575. Windows color (decimal): -9925596 or 2395240. OLE color: 2395240.
HSL color Cylindrical-coordinate representation of color #688C24: hue angle of 80.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #688C24 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 36 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.45 |
| HSL | 80.77º | 0.59% | 0.35% | - |
| HSV(B) | 80.77º | 0.74% | 0.55% | - |
| XYZ | 15.41 | 21.83 | 5.07 | - |
| YUV | 117.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 36 | 0.26 | 0 | 0.74 | 0.45 | 80.77 | 0.59 | 0.35 |
| Hex | 68 | 8C | 24 | 1A | 0 | 4A | 2D | 51 | 3B | 23 |
| Octal | 150 | 214 | 44 | 32 | 0 | 112 | 55 | 121 | 73 | 43 |
| Binary | 1101000 | 10001100 | 100100 | 11010 | 0 | 1001010 | 101101 | 1010001 | 111011 | 100011 |
Color Harmonies of #688C24
Complementary color
Monochromatic Colors of #688C24
Black with #688C24
Text Example
Text Example
White with #688C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C24; }
p { color: rgb(104,140,36); }
H1.HeaderClassName
{
color: #688C24;
}
.AnyTagClassName
{
color: #688C24;
}
</style>
background-color css
<style>
a { background-color: #688C24; }
a { background-color: rgb(104,140,36); }
div.DivClassName
{
background-color: #688C24;
}
.BgClassName
{
background-color: #688C24;
}
</style>
border-color css
<style>
span { border-color: #688C24; }
span { border-color: rgb(104,140,36); }
td.TdClassName
{
border-color: #688C24;
}
.TagClassName
{
border-color: #688C24;
}
</style>