Shades of Olive Drab #6E9333
Tints of Olive Drab #6E9333
RGB
CMYK
RGB Variations
Color information
#6E9333 (or 0x6E9333) is known color: Olive Drab. HEX triplet: 6E, 93 and 33. RGB value is (110,147,51). Sum of RGB (Red+Green+Blue) = 110+147+51=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9333 is #916CCC. Grayscale: #7D7D7D. Windows color (decimal): -9530573 or 3380078. OLE color: 3380078.
HSL color Cylindrical-coordinate representation of color #6E9333: hue angle of 83.13º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E9333 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 51 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.42 |
| HSL | 83.13º | 0.48% | 0.39% | - |
| HSV(B) | 83.13º | 0.65% | 0.58% | - |
| XYZ | 17.46 | 24.42 | 6.93 | - |
| YUV | 124.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 51 | 0.25 | 0 | 0.65 | 0.42 | 83.13 | 0.48 | 0.39 |
| Hex | 6E | 93 | 33 | 19 | 0 | 41 | 2A | 53 | 30 | 27 |
| Octal | 156 | 223 | 63 | 31 | 0 | 101 | 52 | 123 | 60 | 47 |
| Binary | 1101110 | 10010011 | 110011 | 11001 | 0 | 1000001 | 101010 | 1010011 | 110000 | 100111 |
Color Harmonies of #6E9333
Complementary color
Monochromatic Colors of #6E9333
Black with #6E9333
Text Example
Text Example
White with #6E9333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9333; }
p { color: rgb(110,147,51); }
H1.HeaderClassName
{
color: #6E9333;
}
.AnyTagClassName
{
color: #6E9333;
}
</style>
background-color css
<style>
a { background-color: #6E9333; }
a { background-color: rgb(110,147,51); }
div.DivClassName
{
background-color: #6E9333;
}
.BgClassName
{
background-color: #6E9333;
}
</style>
border-color css
<style>
span { border-color: #6E9333; }
span { border-color: rgb(110,147,51); }
td.TdClassName
{
border-color: #6E9333;
}
.TagClassName
{
border-color: #6E9333;
}
</style>