Shades of Olive Drab #6E852C
Tints of Olive Drab #6E852C
RGB
CMYK
RGB Variations
Color information
#6E852C (or 0x6E852C) is known color: Olive Drab. HEX triplet: 6E, 85 and 2C. RGB value is (110,133,44). Sum of RGB (Red+Green+Blue) = 110+133+44=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #6E852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E852C is #917AD3. Grayscale: #747474. Windows color (decimal): -9534164 or 2917742. OLE color: 2917742.
HSL color Cylindrical-coordinate representation of color #6E852C: hue angle of 75.51º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E852C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 133 | 44 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.48 |
| HSL | 75.51º | 0.5% | 0.35% | - |
| HSV(B) | 75.51º | 0.67% | 0.52% | - |
| XYZ | 15.27 | 20.27 | 5.49 | - |
| YUV | 115.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 44 | 0.17 | 0 | 0.67 | 0.48 | 75.51 | 0.5 | 0.35 |
| Hex | 6E | 85 | 2C | 11 | 0 | 43 | 30 | 4C | 32 | 23 |
| Octal | 156 | 205 | 54 | 21 | 0 | 103 | 60 | 114 | 62 | 43 |
| Binary | 1101110 | 10000101 | 101100 | 10001 | 0 | 1000011 | 110000 | 1001100 | 110010 | 100011 |
Color Harmonies of #6E852C
Complementary color
Monochromatic Colors of #6E852C
Black with #6E852C
Text Example
Text Example
White with #6E852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E852C; }
p { color: rgb(110,133,44); }
H1.HeaderClassName
{
color: #6E852C;
}
.AnyTagClassName
{
color: #6E852C;
}
</style>
background-color css
<style>
a { background-color: #6E852C; }
a { background-color: rgb(110,133,44); }
div.DivClassName
{
background-color: #6E852C;
}
.BgClassName
{
background-color: #6E852C;
}
</style>
border-color css
<style>
span { border-color: #6E852C; }
span { border-color: rgb(110,133,44); }
td.TdClassName
{
border-color: #6E852C;
}
.TagClassName
{
border-color: #6E852C;
}
</style>