Shades of Olive Drab #688117
Tints of Olive Drab #688117
RGB
CMYK
RGB Variations
Color information
#688117 (or 0x688117) is known color: Olive Drab. HEX triplet: 68, 81 and 17. RGB value is (104,129,23). Sum of RGB (Red+Green+Blue) = 104+129+23=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #688117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688117 is #977EE8. Grayscale: #6D6D6D. Windows color (decimal): -9928425 or 1540456. OLE color: 1540456.
HSL color Cylindrical-coordinate representation of color #688117: hue angle of 74.15º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #688117 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 23 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.49 |
| HSL | 74.15º | 0.7% | 0.3% | - |
| HSV(B) | 74.15º | 0.82% | 0.51% | - |
| XYZ | 13.71 | 18.71 | 3.7 | - |
| YUV | 109.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 23 | 0.19 | 0 | 0.82 | 0.49 | 74.15 | 0.7 | 0.3 |
| Hex | 68 | 81 | 17 | 13 | 0 | 52 | 31 | 4A | 46 | 1E |
| Octal | 150 | 201 | 27 | 23 | 0 | 122 | 61 | 112 | 106 | 36 |
| Binary | 1101000 | 10000001 | 10111 | 10011 | 0 | 1010010 | 110001 | 1001010 | 1000110 | 11110 |
Color Harmonies of #688117
Complementary color
Monochromatic Colors of #688117
Black with #688117
Text Example
Text Example
White with #688117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688117; }
p { color: rgb(104,129,23); }
H1.HeaderClassName
{
color: #688117;
}
.AnyTagClassName
{
color: #688117;
}
</style>
background-color css
<style>
a { background-color: #688117; }
a { background-color: rgb(104,129,23); }
div.DivClassName
{
background-color: #688117;
}
.BgClassName
{
background-color: #688117;
}
</style>
border-color css
<style>
span { border-color: #688117; }
span { border-color: rgb(104,129,23); }
td.TdClassName
{
border-color: #688117;
}
.TagClassName
{
border-color: #688117;
}
</style>