Shades of Olive Drab #688708
Tints of Olive Drab #688708
RGB
CMYK
RGB Variations
Color information
#688708 (or 0x688708) is known color: Olive Drab. HEX triplet: 68, 87 and 08. RGB value is (104,135,8). Sum of RGB (Red+Green+Blue) = 104+135+8=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #688708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688708 is #9778F7. Grayscale: #6F6F6F. Windows color (decimal): -9926904 or 558952. OLE color: 558952.
HSL color Cylindrical-coordinate representation of color #688708: hue angle of 74.65º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #688708 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.47 |
| HSL | 74.65º | 0.89% | 0.28% | - |
| HSV(B) | 74.65º | 0.94% | 0.53% | - |
| XYZ | 14.42 | 20.29 | 3.39 | - |
| YUV | 111.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 8 | 0.23 | 0 | 0.94 | 0.47 | 74.65 | 0.89 | 0.28 |
| Hex | 68 | 87 | 8 | 17 | 0 | 5E | 2F | 4B | 59 | 1C |
| Octal | 150 | 207 | 10 | 27 | 0 | 136 | 57 | 113 | 131 | 34 |
| Binary | 1101000 | 10000111 | 1000 | 10111 | 0 | 1011110 | 101111 | 1001011 | 1011001 | 11100 |
Color Harmonies of #688708
Complementary color
Monochromatic Colors of #688708
Black with #688708
Text Example
Text Example
White with #688708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688708; }
p { color: rgb(104,135,8); }
H1.HeaderClassName
{
color: #688708;
}
.AnyTagClassName
{
color: #688708;
}
</style>
background-color css
<style>
a { background-color: #688708; }
a { background-color: rgb(104,135,8); }
div.DivClassName
{
background-color: #688708;
}
.BgClassName
{
background-color: #688708;
}
</style>
border-color css
<style>
span { border-color: #688708; }
span { border-color: rgb(104,135,8); }
td.TdClassName
{
border-color: #688708;
}
.TagClassName
{
border-color: #688708;
}
</style>