Shades of Olive Drab #6E862C
Tints of Olive Drab #6E862C
RGB
CMYK
RGB Variations
Color information
#6E862C (or 0x6E862C) is known color: Olive Drab. HEX triplet: 6E, 86 and 2C. RGB value is (110,134,44). Sum of RGB (Red+Green+Blue) = 110+134+44=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #6E862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E862C is #9179D3. Grayscale: #747474. Windows color (decimal): -9533908 or 2917998. OLE color: 2917998.
HSL color Cylindrical-coordinate representation of color #6E862C: hue angle of 76º 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 #6E862C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 44 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.47 |
| HSL | 76º | 0.51% | 0.35% | - |
| HSV(B) | 76º | 0.67% | 0.53% | - |
| XYZ | 15.41 | 20.55 | 5.54 | - |
| YUV | 116.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 44 | 0.18 | 0 | 0.67 | 0.47 | 76 | 0.51 | 0.35 |
| Hex | 6E | 86 | 2C | 12 | 0 | 43 | 2F | 4C | 33 | 23 |
| Octal | 156 | 206 | 54 | 22 | 0 | 103 | 57 | 114 | 63 | 43 |
| Binary | 1101110 | 10000110 | 101100 | 10010 | 0 | 1000011 | 101111 | 1001100 | 110011 | 100011 |
Color Harmonies of #6E862C
Complementary color
Monochromatic Colors of #6E862C
Black with #6E862C
Text Example
Text Example
White with #6E862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E862C; }
p { color: rgb(110,134,44); }
H1.HeaderClassName
{
color: #6E862C;
}
.AnyTagClassName
{
color: #6E862C;
}
</style>
background-color css
<style>
a { background-color: #6E862C; }
a { background-color: rgb(110,134,44); }
div.DivClassName
{
background-color: #6E862C;
}
.BgClassName
{
background-color: #6E862C;
}
</style>
border-color css
<style>
span { border-color: #6E862C; }
span { border-color: rgb(110,134,44); }
td.TdClassName
{
border-color: #6E862C;
}
.TagClassName
{
border-color: #6E862C;
}
</style>