Shades of Olive Drab #688707
Tints of Olive Drab #688707
RGB
CMYK
RGB Variations
Color information
#688707 (or 0x688707) is known color: Olive Drab. HEX triplet: 68, 87 and 07. RGB value is (104,135,7). Sum of RGB (Red+Green+Blue) = 104+135+7=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #688707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688707 is #9778F8. Grayscale: #6F6F6F. Windows color (decimal): -9926905 or 493416. OLE color: 493416.
HSL color Cylindrical-coordinate representation of color #688707: hue angle of 74.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #688707 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.47 |
| HSL | 74.53º | 0.9% | 0.28% | - |
| HSV(B) | 74.53º | 0.95% | 0.53% | - |
| XYZ | 14.41 | 20.29 | 3.36 | - |
| YUV | 111.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 7 | 0.23 | 0 | 0.95 | 0.47 | 74.53 | 0.9 | 0.28 |
| Hex | 68 | 87 | 7 | 17 | 0 | 5F | 2F | 4B | 5A | 1C |
| Octal | 150 | 207 | 7 | 27 | 0 | 137 | 57 | 113 | 132 | 34 |
| Binary | 1101000 | 10000111 | 111 | 10111 | 0 | 1011111 | 101111 | 1001011 | 1011010 | 11100 |
Color Harmonies of #688707
Complementary color
Monochromatic Colors of #688707
Black with #688707
Text Example
Text Example
White with #688707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688707; }
p { color: rgb(104,135,7); }
H1.HeaderClassName
{
color: #688707;
}
.AnyTagClassName
{
color: #688707;
}
</style>
background-color css
<style>
a { background-color: #688707; }
a { background-color: rgb(104,135,7); }
div.DivClassName
{
background-color: #688707;
}
.BgClassName
{
background-color: #688707;
}
</style>
border-color css
<style>
span { border-color: #688707; }
span { border-color: rgb(104,135,7); }
td.TdClassName
{
border-color: #688707;
}
.TagClassName
{
border-color: #688707;
}
</style>