Shades of Olive Drab #688705
Tints of Olive Drab #688705
RGB
CMYK
RGB Variations
Color information
#688705 (or 0x688705) is known color: Olive Drab. HEX triplet: 68, 87 and 05. RGB value is (104,135,5). Sum of RGB (Red+Green+Blue) = 104+135+5=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #688705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688705 is #9778FA. Grayscale: #6F6F6F. Windows color (decimal): -9926907 or 362344. OLE color: 362344.
HSL color Cylindrical-coordinate representation of color #688705: hue angle of 74.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688705 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 5 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.47 |
| HSL | 74.31º | 0.93% | 0.27% | - |
| HSV(B) | 74.31º | 0.96% | 0.53% | - |
| XYZ | 14.4 | 20.28 | 3.3 | - |
| YUV | 110.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 5 | 0.23 | 0 | 0.96 | 0.47 | 74.31 | 0.93 | 0.27 |
| Hex | 68 | 87 | 5 | 17 | 0 | 60 | 2F | 4A | 5D | 1B |
| Octal | 150 | 207 | 5 | 27 | 0 | 140 | 57 | 112 | 135 | 33 |
| Binary | 1101000 | 10000111 | 101 | 10111 | 0 | 1100000 | 101111 | 1001010 | 1011101 | 11011 |
Color Harmonies of #688705
Complementary color
Monochromatic Colors of #688705
Black with #688705
Text Example
Text Example
White with #688705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688705; }
p { color: rgb(104,135,5); }
H1.HeaderClassName
{
color: #688705;
}
.AnyTagClassName
{
color: #688705;
}
</style>
background-color css
<style>
a { background-color: #688705; }
a { background-color: rgb(104,135,5); }
div.DivClassName
{
background-color: #688705;
}
.BgClassName
{
background-color: #688705;
}
</style>
border-color css
<style>
span { border-color: #688705; }
span { border-color: rgb(104,135,5); }
td.TdClassName
{
border-color: #688705;
}
.TagClassName
{
border-color: #688705;
}
</style>