Shades of Olive Drab #688F16
Tints of Olive Drab #688F16
RGB
CMYK
RGB Variations
Color information
#688F16 (or 0x688F16) is known color: Olive Drab. HEX triplet: 68, 8F and 16. RGB value is (104,143,22). Sum of RGB (Red+Green+Blue) = 104+143+22=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #688F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688F16 is #9770E9. Grayscale: #757575. Windows color (decimal): -9924842 or 1478504. OLE color: 1478504.
HSL color Cylindrical-coordinate representation of color #688F16: hue angle of 79.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #688F16 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 22 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.44 |
| HSL | 79.34º | 0.73% | 0.32% | - |
| HSV(B) | 79.34º | 0.85% | 0.56% | - |
| XYZ | 15.68 | 22.65 | 4.3 | - |
| YUV | 117.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 22 | 0.27 | 0 | 0.85 | 0.44 | 79.34 | 0.73 | 0.32 |
| Hex | 68 | 8F | 16 | 1B | 0 | 55 | 2C | 4F | 49 | 20 |
| Octal | 150 | 217 | 26 | 33 | 0 | 125 | 54 | 117 | 111 | 40 |
| Binary | 1101000 | 10001111 | 10110 | 11011 | 0 | 1010101 | 101100 | 1001111 | 1001001 | 100000 |
Color Harmonies of #688F16
Complementary color
Monochromatic Colors of #688F16
Black with #688F16
Text Example
Text Example
White with #688F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F16; }
p { color: rgb(104,143,22); }
H1.HeaderClassName
{
color: #688F16;
}
.AnyTagClassName
{
color: #688F16;
}
</style>
background-color css
<style>
a { background-color: #688F16; }
a { background-color: rgb(104,143,22); }
div.DivClassName
{
background-color: #688F16;
}
.BgClassName
{
background-color: #688F16;
}
</style>
border-color css
<style>
span { border-color: #688F16; }
span { border-color: rgb(104,143,22); }
td.TdClassName
{
border-color: #688F16;
}
.TagClassName
{
border-color: #688F16;
}
</style>