Shades of Olive Drab #688212
Tints of Olive Drab #688212
RGB
CMYK
RGB Variations
Color information
#688212 (or 0x688212) is known color: Olive Drab. HEX triplet: 68, 82 and 12. RGB value is (104,130,18). Sum of RGB (Red+Green+Blue) = 104+130+18=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #688212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688212 is #977DED. Grayscale: #6D6D6D. Windows color (decimal): -9928174 or 1213032. OLE color: 1213032.
HSL color Cylindrical-coordinate representation of color #688212: hue angle of 73.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688212 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 18 | - |
| CMYK | 0.2 | 0 | 0.86 | 0.49 |
| HSL | 73.93º | 0.76% | 0.29% | - |
| HSV(B) | 73.93º | 0.86% | 0.51% | - |
| XYZ | 13.8 | 18.95 | 3.5 | - |
| YUV | 109.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 18 | 0.2 | 0 | 0.86 | 0.49 | 73.93 | 0.76 | 0.29 |
| Hex | 68 | 82 | 12 | 14 | 0 | 56 | 31 | 4A | 4C | 1D |
| Octal | 150 | 202 | 22 | 24 | 0 | 126 | 61 | 112 | 114 | 35 |
| Binary | 1101000 | 10000010 | 10010 | 10100 | 0 | 1010110 | 110001 | 1001010 | 1001100 | 11101 |
Color Harmonies of #688212
Complementary color
Monochromatic Colors of #688212
Black with #688212
Text Example
Text Example
White with #688212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688212; }
p { color: rgb(104,130,18); }
H1.HeaderClassName
{
color: #688212;
}
.AnyTagClassName
{
color: #688212;
}
</style>
background-color css
<style>
a { background-color: #688212; }
a { background-color: rgb(104,130,18); }
div.DivClassName
{
background-color: #688212;
}
.BgClassName
{
background-color: #688212;
}
</style>
border-color css
<style>
span { border-color: #688212; }
span { border-color: rgb(104,130,18); }
td.TdClassName
{
border-color: #688212;
}
.TagClassName
{
border-color: #688212;
}
</style>