Shades of Olivetone #6E7138
Tints of Olivetone #6E7138
RGB
CMYK
RGB Variations
Color information
#6E7138 (or 0x6E7138) is known color: Olivetone. HEX triplet: 6E, 71 and 38. RGB value is (110,113,56). Sum of RGB (Red+Green+Blue) = 110+113+56=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7138 is #918EC7. Grayscale: #696969. Windows color (decimal): -9539272 or 3699054. OLE color: 3699054.
HSL color Cylindrical-coordinate representation of color #6E7138: hue angle of 63.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7138 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 56 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.56 |
| HSL | 63.16º | 0.34% | 0.33% | - |
| HSV(B) | 63.16º | 0.5% | 0.44% | - |
| XYZ | 13.05 | 15.41 | 6.03 | - |
| YUV | 105.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 56 | 0.03 | 0 | 0.50 | 0.56 | 63.16 | 0.34 | 0.33 |
| Hex | 6E | 71 | 38 | 3 | 0 | 32 | 38 | 3F | 22 | 21 |
| Octal | 156 | 161 | 70 | 3 | 0 | 62 | 70 | 77 | 42 | 41 |
| Binary | 1101110 | 1110001 | 111000 | 11 | 0 | 110010 | 111000 | 111111 | 100010 | 100001 |
Color Harmonies of #6E7138
Complementary color
Monochromatic Colors of #6E7138
Black with #6E7138
Text Example
Text Example
White with #6E7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7138; }
p { color: rgb(110,113,56); }
H1.HeaderClassName
{
color: #6E7138;
}
.AnyTagClassName
{
color: #6E7138;
}
</style>
background-color css
<style>
a { background-color: #6E7138; }
a { background-color: rgb(110,113,56); }
div.DivClassName
{
background-color: #6E7138;
}
.BgClassName
{
background-color: #6E7138;
}
</style>
border-color css
<style>
span { border-color: #6E7138; }
span { border-color: rgb(110,113,56); }
td.TdClassName
{
border-color: #6E7138;
}
.TagClassName
{
border-color: #6E7138;
}
</style>