Shades of Olive Drab #688B17
Tints of Olive Drab #688B17
RGB
CMYK
RGB Variations
Color information
#688B17 (or 0x688B17) is known color: Olive Drab. HEX triplet: 68, 8B and 17. RGB value is (104,139,23). Sum of RGB (Red+Green+Blue) = 104+139+23=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #688B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B17 is #9774E8. Grayscale: #737373. Windows color (decimal): -9925865 or 1543016. OLE color: 1543016.
HSL color Cylindrical-coordinate representation of color #688B17: hue angle of 78.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #688B17 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 23 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.45 |
| HSL | 78.1º | 0.72% | 0.32% | - |
| HSV(B) | 78.1º | 0.83% | 0.55% | - |
| XYZ | 15.1 | 21.47 | 4.16 | - |
| YUV | 115.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 23 | 0.25 | 0 | 0.83 | 0.45 | 78.1 | 0.72 | 0.32 |
| Hex | 68 | 8B | 17 | 19 | 0 | 53 | 2D | 4E | 48 | 20 |
| Octal | 150 | 213 | 27 | 31 | 0 | 123 | 55 | 116 | 110 | 40 |
| Binary | 1101000 | 10001011 | 10111 | 11001 | 0 | 1010011 | 101101 | 1001110 | 1001000 | 100000 |
Color Harmonies of #688B17
Complementary color
Monochromatic Colors of #688B17
Black with #688B17
Text Example
Text Example
White with #688B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B17; }
p { color: rgb(104,139,23); }
H1.HeaderClassName
{
color: #688B17;
}
.AnyTagClassName
{
color: #688B17;
}
</style>
background-color css
<style>
a { background-color: #688B17; }
a { background-color: rgb(104,139,23); }
div.DivClassName
{
background-color: #688B17;
}
.BgClassName
{
background-color: #688B17;
}
</style>
border-color css
<style>
span { border-color: #688B17; }
span { border-color: rgb(104,139,23); }
td.TdClassName
{
border-color: #688B17;
}
.TagClassName
{
border-color: #688B17;
}
</style>