Shades of Olive Drab #68872C
Tints of Olive Drab #68872C
RGB
CMYK
RGB Variations
Color information
#68872C (or 0x68872C) is known color: Olive Drab. HEX triplet: 68, 87 and 2C. RGB value is (104,135,44). Sum of RGB (Red+Green+Blue) = 104+135+44=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #68872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68872C is #9778D3. Grayscale: #737373. Windows color (decimal): -9926868 or 2918248. OLE color: 2918248.
HSL color Cylindrical-coordinate representation of color #68872C: hue angle of 80.44º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68872C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 44 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.47 |
| HSL | 80.44º | 0.51% | 0.35% | - |
| HSV(B) | 80.44º | 0.67% | 0.53% | - |
| XYZ | 14.83 | 20.45 | 5.55 | - |
| YUV | 115.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 44 | 0.23 | 0 | 0.67 | 0.47 | 80.44 | 0.51 | 0.35 |
| Hex | 68 | 87 | 2C | 17 | 0 | 43 | 2F | 50 | 33 | 23 |
| Octal | 150 | 207 | 54 | 27 | 0 | 103 | 57 | 120 | 63 | 43 |
| Binary | 1101000 | 10000111 | 101100 | 10111 | 0 | 1000011 | 101111 | 1010000 | 110011 | 100011 |
Color Harmonies of #68872C
Complementary color
Monochromatic Colors of #68872C
Black with #68872C
Text Example
Text Example
White with #68872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68872C; }
p { color: rgb(104,135,44); }
H1.HeaderClassName
{
color: #68872C;
}
.AnyTagClassName
{
color: #68872C;
}
</style>
background-color css
<style>
a { background-color: #68872C; }
a { background-color: rgb(104,135,44); }
div.DivClassName
{
background-color: #68872C;
}
.BgClassName
{
background-color: #68872C;
}
</style>
border-color css
<style>
span { border-color: #68872C; }
span { border-color: rgb(104,135,44); }
td.TdClassName
{
border-color: #68872C;
}
.TagClassName
{
border-color: #68872C;
}
</style>