Shades of Olive Drab #688209
Tints of Olive Drab #688209
RGB
CMYK
RGB Variations
Color information
#688209 (or 0x688209) is known color: Olive Drab. HEX triplet: 68, 82 and 09. RGB value is (104,130,9). Sum of RGB (Red+Green+Blue) = 104+130+9=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #688209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688209 is #977DF6. Grayscale: #6C6C6C. Windows color (decimal): -9928183 or 623208. OLE color: 623208.
HSL color Cylindrical-coordinate representation of color #688209: hue angle of 72.89º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #688209 is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 9 | - |
| CMYK | 0.2 | 0 | 0.93 | 0.49 |
| HSL | 72.89º | 0.87% | 0.27% | - |
| HSV(B) | 72.89º | 0.93% | 0.51% | - |
| XYZ | 13.74 | 18.93 | 3.19 | - |
| YUV | 108.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 9 | 0.2 | 0 | 0.93 | 0.49 | 72.89 | 0.87 | 0.27 |
| Hex | 68 | 82 | 9 | 14 | 0 | 5D | 31 | 49 | 57 | 1B |
| Octal | 150 | 202 | 11 | 24 | 0 | 135 | 61 | 111 | 127 | 33 |
| Binary | 1101000 | 10000010 | 1001 | 10100 | 0 | 1011101 | 110001 | 1001001 | 1010111 | 11011 |
Color Harmonies of #688209
Complementary color
Monochromatic Colors of #688209
Black with #688209
Text Example
Text Example
White with #688209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688209; }
p { color: rgb(104,130,9); }
H1.HeaderClassName
{
color: #688209;
}
.AnyTagClassName
{
color: #688209;
}
</style>
background-color css
<style>
a { background-color: #688209; }
a { background-color: rgb(104,130,9); }
div.DivClassName
{
background-color: #688209;
}
.BgClassName
{
background-color: #688209;
}
</style>
border-color css
<style>
span { border-color: #688209; }
span { border-color: rgb(104,130,9); }
td.TdClassName
{
border-color: #688209;
}
.TagClassName
{
border-color: #688209;
}
</style>