Shades of Olive Drab #688E2C
Tints of Olive Drab #688E2C
RGB
CMYK
RGB Variations
Color information
#688E2C (or 0x688E2C) is known color: Olive Drab. HEX triplet: 68, 8E and 2C. RGB value is (104,142,44). Sum of RGB (Red+Green+Blue) = 104+142+44=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #688E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E2C is #9771D3. Grayscale: #777777. Windows color (decimal): -9925076 or 2920040. OLE color: 2920040.
HSL color Cylindrical-coordinate representation of color #688E2C: hue angle of 83.27º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688E2C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 142 | 44 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.44 |
| HSL | 83.27º | 0.53% | 0.36% | - |
| HSV(B) | 83.27º | 0.69% | 0.56% | - |
| XYZ | 15.84 | 22.47 | 5.89 | - |
| YUV | 119.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 44 | 0.27 | 0 | 0.69 | 0.44 | 83.27 | 0.53 | 0.36 |
| Hex | 68 | 8E | 2C | 1B | 0 | 45 | 2C | 53 | 35 | 24 |
| Octal | 150 | 216 | 54 | 33 | 0 | 105 | 54 | 123 | 65 | 44 |
| Binary | 1101000 | 10001110 | 101100 | 11011 | 0 | 1000101 | 101100 | 1010011 | 110101 | 100100 |
Color Harmonies of #688E2C
Complementary color
Monochromatic Colors of #688E2C
Black with #688E2C
Text Example
Text Example
White with #688E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688E2C; }
p { color: rgb(104,142,44); }
H1.HeaderClassName
{
color: #688E2C;
}
.AnyTagClassName
{
color: #688E2C;
}
</style>
background-color css
<style>
a { background-color: #688E2C; }
a { background-color: rgb(104,142,44); }
div.DivClassName
{
background-color: #688E2C;
}
.BgClassName
{
background-color: #688E2C;
}
</style>
border-color css
<style>
span { border-color: #688E2C; }
span { border-color: rgb(104,142,44); }
td.TdClassName
{
border-color: #688E2C;
}
.TagClassName
{
border-color: #688E2C;
}
</style>