Shades of Olive Drab #6E8633
Tints of Olive Drab #6E8633
RGB
CMYK
RGB Variations
Color information
#6E8633 (or 0x6E8633) is known color: Olive Drab. HEX triplet: 6E, 86 and 33. RGB value is (110,134,51). Sum of RGB (Red+Green+Blue) = 110+134+51=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8633 is #9179CC. Grayscale: #757575. Windows color (decimal): -9533901 or 3376750. OLE color: 3376750.
HSL color Cylindrical-coordinate representation of color #6E8633: hue angle of 77.35º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E8633 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 51 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.47 |
| HSL | 77.35º | 0.45% | 0.36% | - |
| HSV(B) | 77.35º | 0.62% | 0.53% | - |
| XYZ | 15.55 | 20.6 | 6.29 | - |
| YUV | 117.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 51 | 0.18 | 0 | 0.62 | 0.47 | 77.35 | 0.45 | 0.36 |
| Hex | 6E | 86 | 33 | 12 | 0 | 3E | 2F | 4D | 2D | 24 |
| Octal | 156 | 206 | 63 | 22 | 0 | 76 | 57 | 115 | 55 | 44 |
| Binary | 1101110 | 10000110 | 110011 | 10010 | 0 | 111110 | 101111 | 1001101 | 101101 | 100100 |
Color Harmonies of #6E8633
Complementary color
Monochromatic Colors of #6E8633
Black with #6E8633
Text Example
Text Example
White with #6E8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8633; }
p { color: rgb(110,134,51); }
H1.HeaderClassName
{
color: #6E8633;
}
.AnyTagClassName
{
color: #6E8633;
}
</style>
background-color css
<style>
a { background-color: #6E8633; }
a { background-color: rgb(110,134,51); }
div.DivClassName
{
background-color: #6E8633;
}
.BgClassName
{
background-color: #6E8633;
}
</style>
border-color css
<style>
span { border-color: #6E8633; }
span { border-color: rgb(110,134,51); }
td.TdClassName
{
border-color: #6E8633;
}
.TagClassName
{
border-color: #6E8633;
}
</style>