Shades of Olive Drab #688216
Tints of Olive Drab #688216
RGB
CMYK
RGB Variations
Color information
#688216 (or 0x688216) is known color: Olive Drab. HEX triplet: 68, 82 and 16. RGB value is (104,130,22). Sum of RGB (Red+Green+Blue) = 104+130+22=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #688216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688216 is #977DE9. Grayscale: #6E6E6E. Windows color (decimal): -9928170 or 1475176. OLE color: 1475176.
HSL color Cylindrical-coordinate representation of color #688216: hue angle of 74.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #688216 is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 22 | - |
| CMYK | 0.2 | 0 | 0.83 | 0.49 |
| HSL | 74.44º | 0.71% | 0.3% | - |
| HSV(B) | 74.44º | 0.83% | 0.51% | - |
| XYZ | 13.84 | 18.97 | 3.69 | - |
| YUV | 109.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 22 | 0.2 | 0 | 0.83 | 0.49 | 74.44 | 0.71 | 0.3 |
| Hex | 68 | 82 | 16 | 14 | 0 | 53 | 31 | 4A | 47 | 1E |
| Octal | 150 | 202 | 26 | 24 | 0 | 123 | 61 | 112 | 107 | 36 |
| Binary | 1101000 | 10000010 | 10110 | 10100 | 0 | 1010011 | 110001 | 1001010 | 1000111 | 11110 |
Color Harmonies of #688216
Complementary color
Monochromatic Colors of #688216
Black with #688216
Text Example
Text Example
White with #688216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688216; }
p { color: rgb(104,130,22); }
H1.HeaderClassName
{
color: #688216;
}
.AnyTagClassName
{
color: #688216;
}
</style>
background-color css
<style>
a { background-color: #688216; }
a { background-color: rgb(104,130,22); }
div.DivClassName
{
background-color: #688216;
}
.BgClassName
{
background-color: #688216;
}
</style>
border-color css
<style>
span { border-color: #688216; }
span { border-color: rgb(104,130,22); }
td.TdClassName
{
border-color: #688216;
}
.TagClassName
{
border-color: #688216;
}
</style>