Shades of Olive Drab #688F20
Tints of Olive Drab #688F20
RGB
CMYK
RGB Variations
Color information
#688F20 (or 0x688F20) is known color: Olive Drab. HEX triplet: 68, 8F and 20. RGB value is (104,143,32). Sum of RGB (Red+Green+Blue) = 104+143+32=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #688F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F20 is #9770DF. Grayscale: #777777. Windows color (decimal): -9924832 or 2133864. OLE color: 2133864.
HSL color Cylindrical-coordinate representation of color #688F20: hue angle of 81.08º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #688F20 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 32 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.44 |
| HSL | 81.08º | 0.63% | 0.34% | - |
| HSV(B) | 81.08º | 0.78% | 0.56% | - |
| XYZ | 15.79 | 22.69 | 4.91 | - |
| YUV | 118.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 32 | 0.27 | 0 | 0.78 | 0.44 | 81.08 | 0.63 | 0.34 |
| Hex | 68 | 8F | 20 | 1B | 0 | 4E | 2C | 51 | 3F | 22 |
| Octal | 150 | 217 | 40 | 33 | 0 | 116 | 54 | 121 | 77 | 42 |
| Binary | 1101000 | 10001111 | 100000 | 11011 | 0 | 1001110 | 101100 | 1010001 | 111111 | 100010 |
Color Harmonies of #688F20
Complementary color
Monochromatic Colors of #688F20
Black with #688F20
Text Example
Text Example
White with #688F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F20; }
p { color: rgb(104,143,32); }
H1.HeaderClassName
{
color: #688F20;
}
.AnyTagClassName
{
color: #688F20;
}
</style>
background-color css
<style>
a { background-color: #688F20; }
a { background-color: rgb(104,143,32); }
div.DivClassName
{
background-color: #688F20;
}
.BgClassName
{
background-color: #688F20;
}
</style>
border-color css
<style>
span { border-color: #688F20; }
span { border-color: rgb(104,143,32); }
td.TdClassName
{
border-color: #688F20;
}
.TagClassName
{
border-color: #688F20;
}
</style>