Shades of Olive Drab #6E9326
Tints of Olive Drab #6E9326
RGB
CMYK
RGB Variations
Color information
#6E9326 (or 0x6E9326) is known color: Olive Drab. HEX triplet: 6E, 93 and 26. RGB value is (110,147,38). Sum of RGB (Red+Green+Blue) = 110+147+38=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9326 is #916CD9. Grayscale: #7B7B7B. Windows color (decimal): -9530586 or 2528110. OLE color: 2528110.
HSL color Cylindrical-coordinate representation of color #6E9326: hue angle of 80.37º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E9326 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 38 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.42 |
| HSL | 80.37º | 0.59% | 0.36% | - |
| HSV(B) | 80.37º | 0.74% | 0.58% | - |
| XYZ | 17.21 | 24.32 | 5.62 | - |
| YUV | 123.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 38 | 0.25 | 0 | 0.74 | 0.42 | 80.37 | 0.59 | 0.36 |
| Hex | 6E | 93 | 26 | 19 | 0 | 4A | 2A | 50 | 3B | 24 |
| Octal | 156 | 223 | 46 | 31 | 0 | 112 | 52 | 120 | 73 | 44 |
| Binary | 1101110 | 10010011 | 100110 | 11001 | 0 | 1001010 | 101010 | 1010000 | 111011 | 100100 |
Color Harmonies of #6E9326
Complementary color
Monochromatic Colors of #6E9326
Black with #6E9326
Text Example
Text Example
White with #6E9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9326; }
p { color: rgb(110,147,38); }
H1.HeaderClassName
{
color: #6E9326;
}
.AnyTagClassName
{
color: #6E9326;
}
</style>
background-color css
<style>
a { background-color: #6E9326; }
a { background-color: rgb(110,147,38); }
div.DivClassName
{
background-color: #6E9326;
}
.BgClassName
{
background-color: #6E9326;
}
</style>
border-color css
<style>
span { border-color: #6E9326; }
span { border-color: rgb(110,147,38); }
td.TdClassName
{
border-color: #6E9326;
}
.TagClassName
{
border-color: #6E9326;
}
</style>