Shades of Olive Drab #6E853C
Tints of Olive Drab #6E853C
RGB
CMYK
RGB Variations
Color information
#6E853C (or 0x6E853C) is known color: Olive Drab. HEX triplet: 6E, 85 and 3C. RGB value is (110,133,60). Sum of RGB (Red+Green+Blue) = 110+133+60=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #6E853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E853C is #917AC3. Grayscale: #767676. Windows color (decimal): -9534148 or 3966318. OLE color: 3966318.
HSL color Cylindrical-coordinate representation of color #6E853C: hue angle of 78.9º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E853C is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 133 | 60 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.48 |
| HSL | 78.9º | 0.38% | 0.38% | - |
| HSV(B) | 78.9º | 0.55% | 0.52% | - |
| XYZ | 15.63 | 20.42 | 7.39 | - |
| YUV | 117.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 60 | 0.17 | 0 | 0.55 | 0.48 | 78.9 | 0.38 | 0.38 |
| Hex | 6E | 85 | 3C | 11 | 0 | 37 | 30 | 4F | 26 | 26 |
| Octal | 156 | 205 | 74 | 21 | 0 | 67 | 60 | 117 | 46 | 46 |
| Binary | 1101110 | 10000101 | 111100 | 10001 | 0 | 110111 | 110000 | 1001111 | 100110 | 100110 |
Color Harmonies of #6E853C
Complementary color
Monochromatic Colors of #6E853C
Black with #6E853C
Text Example
Text Example
White with #6E853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E853C; }
p { color: rgb(110,133,60); }
H1.HeaderClassName
{
color: #6E853C;
}
.AnyTagClassName
{
color: #6E853C;
}
</style>
background-color css
<style>
a { background-color: #6E853C; }
a { background-color: rgb(110,133,60); }
div.DivClassName
{
background-color: #6E853C;
}
.BgClassName
{
background-color: #6E853C;
}
</style>
border-color css
<style>
span { border-color: #6E853C; }
span { border-color: rgb(110,133,60); }
td.TdClassName
{
border-color: #6E853C;
}
.TagClassName
{
border-color: #6E853C;
}
</style>