Shades of Olive Drab #6E862A
Tints of Olive Drab #6E862A
RGB
CMYK
RGB Variations
Color information
#6E862A (or 0x6E862A) is known color: Olive Drab. HEX triplet: 6E, 86 and 2A. RGB value is (110,134,42). Sum of RGB (Red+Green+Blue) = 110+134+42=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #6E862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E862A is #9179D5. Grayscale: #747474. Windows color (decimal): -9533910 or 2786926. OLE color: 2786926.
HSL color Cylindrical-coordinate representation of color #6E862A: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E862A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 42 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.47 |
| HSL | 75.65º | 0.52% | 0.35% | - |
| HSV(B) | 75.65º | 0.69% | 0.53% | - |
| XYZ | 15.37 | 20.53 | 5.34 | - |
| YUV | 116.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 42 | 0.18 | 0 | 0.69 | 0.47 | 75.65 | 0.52 | 0.35 |
| Hex | 6E | 86 | 2A | 12 | 0 | 45 | 2F | 4C | 34 | 23 |
| Octal | 156 | 206 | 52 | 22 | 0 | 105 | 57 | 114 | 64 | 43 |
| Binary | 1101110 | 10000110 | 101010 | 10010 | 0 | 1000101 | 101111 | 1001100 | 110100 | 100011 |
Color Harmonies of #6E862A
Complementary color
Monochromatic Colors of #6E862A
Black with #6E862A
Text Example
Text Example
White with #6E862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E862A; }
p { color: rgb(110,134,42); }
H1.HeaderClassName
{
color: #6E862A;
}
.AnyTagClassName
{
color: #6E862A;
}
</style>
background-color css
<style>
a { background-color: #6E862A; }
a { background-color: rgb(110,134,42); }
div.DivClassName
{
background-color: #6E862A;
}
.BgClassName
{
background-color: #6E862A;
}
</style>
border-color css
<style>
span { border-color: #6E862A; }
span { border-color: rgb(110,134,42); }
td.TdClassName
{
border-color: #6E862A;
}
.TagClassName
{
border-color: #6E862A;
}
</style>