Shades of Olive Drab #688607
Tints of Olive Drab #688607
RGB
CMYK
RGB Variations
Color information
#688607 (or 0x688607) is known color: Olive Drab. HEX triplet: 68, 86 and 07. RGB value is (104,134,7). Sum of RGB (Red+Green+Blue) = 104+134+7=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #688607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688607 is #9779F8. Grayscale: #6F6F6F. Windows color (decimal): -9927161 or 493160. OLE color: 493160.
HSL color Cylindrical-coordinate representation of color #688607: hue angle of 74.17º 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 #688607 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.47 |
| HSL | 74.17º | 0.9% | 0.28% | - |
| HSV(B) | 74.17º | 0.95% | 0.53% | - |
| XYZ | 14.27 | 20.01 | 3.31 | - |
| YUV | 110.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 7 | 0.22 | 0 | 0.95 | 0.47 | 74.17 | 0.9 | 0.28 |
| Hex | 68 | 86 | 7 | 16 | 0 | 5F | 2F | 4A | 5A | 1C |
| Octal | 150 | 206 | 7 | 26 | 0 | 137 | 57 | 112 | 132 | 34 |
| Binary | 1101000 | 10000110 | 111 | 10110 | 0 | 1011111 | 101111 | 1001010 | 1011010 | 11100 |
Color Harmonies of #688607
Complementary color
Monochromatic Colors of #688607
Black with #688607
Text Example
Text Example
White with #688607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688607; }
p { color: rgb(104,134,7); }
H1.HeaderClassName
{
color: #688607;
}
.AnyTagClassName
{
color: #688607;
}
</style>
background-color css
<style>
a { background-color: #688607; }
a { background-color: rgb(104,134,7); }
div.DivClassName
{
background-color: #688607;
}
.BgClassName
{
background-color: #688607;
}
</style>
border-color css
<style>
span { border-color: #688607; }
span { border-color: rgb(104,134,7); }
td.TdClassName
{
border-color: #688607;
}
.TagClassName
{
border-color: #688607;
}
</style>