Shades of Olive Drab #688616
Tints of Olive Drab #688616
RGB
CMYK
RGB Variations
Color information
#688616 (or 0x688616) is known color: Olive Drab. HEX triplet: 68, 86 and 16. RGB value is (104,134,22). Sum of RGB (Red+Green+Blue) = 104+134+22=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #688616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688616 is #9779E9. Grayscale: #707070. Windows color (decimal): -9927146 or 1476200. OLE color: 1476200.
HSL color Cylindrical-coordinate representation of color #688616: hue angle of 76.07º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #688616 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 22 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.47 |
| HSL | 76.07º | 0.72% | 0.31% | - |
| HSV(B) | 76.07º | 0.84% | 0.53% | - |
| XYZ | 14.38 | 20.05 | 3.87 | - |
| YUV | 112.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 22 | 0.22 | 0 | 0.84 | 0.47 | 76.07 | 0.72 | 0.31 |
| Hex | 68 | 86 | 16 | 16 | 0 | 54 | 2F | 4C | 48 | 1F |
| Octal | 150 | 206 | 26 | 26 | 0 | 124 | 57 | 114 | 110 | 37 |
| Binary | 1101000 | 10000110 | 10110 | 10110 | 0 | 1010100 | 101111 | 1001100 | 1001000 | 11111 |
Color Harmonies of #688616
Complementary color
Monochromatic Colors of #688616
Black with #688616
Text Example
Text Example
White with #688616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688616; }
p { color: rgb(104,134,22); }
H1.HeaderClassName
{
color: #688616;
}
.AnyTagClassName
{
color: #688616;
}
</style>
background-color css
<style>
a { background-color: #688616; }
a { background-color: rgb(104,134,22); }
div.DivClassName
{
background-color: #688616;
}
.BgClassName
{
background-color: #688616;
}
</style>
border-color css
<style>
span { border-color: #688616; }
span { border-color: rgb(104,134,22); }
td.TdClassName
{
border-color: #688616;
}
.TagClassName
{
border-color: #688616;
}
</style>