Shades of Olivetone #6E7136
Tints of Olivetone #6E7136
RGB
CMYK
RGB Variations
Color information
#6E7136 (or 0x6E7136) is known color: Olivetone. HEX triplet: 6E, 71 and 36. RGB value is (110,113,54). Sum of RGB (Red+Green+Blue) = 110+113+54=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7136 is #918EC9. Grayscale: #696969. Windows color (decimal): -9539274 or 3567982. OLE color: 3567982.
HSL color Cylindrical-coordinate representation of color #6E7136: hue angle of 63.05º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E7136 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 54 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.56 |
| HSL | 63.05º | 0.35% | 0.33% | - |
| HSV(B) | 63.05º | 0.52% | 0.44% | - |
| XYZ | 13 | 15.39 | 5.78 | - |
| YUV | 105.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 54 | 0.03 | 0 | 0.52 | 0.56 | 63.05 | 0.35 | 0.33 |
| Hex | 6E | 71 | 36 | 3 | 0 | 34 | 38 | 3F | 23 | 21 |
| Octal | 156 | 161 | 66 | 3 | 0 | 64 | 70 | 77 | 43 | 41 |
| Binary | 1101110 | 1110001 | 110110 | 11 | 0 | 110100 | 111000 | 111111 | 100011 | 100001 |
Color Harmonies of #6E7136
Complementary color
Monochromatic Colors of #6E7136
Black with #6E7136
Text Example
Text Example
White with #6E7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7136; }
p { color: rgb(110,113,54); }
H1.HeaderClassName
{
color: #6E7136;
}
.AnyTagClassName
{
color: #6E7136;
}
</style>
background-color css
<style>
a { background-color: #6E7136; }
a { background-color: rgb(110,113,54); }
div.DivClassName
{
background-color: #6E7136;
}
.BgClassName
{
background-color: #6E7136;
}
</style>
border-color css
<style>
span { border-color: #6E7136; }
span { border-color: rgb(110,113,54); }
td.TdClassName
{
border-color: #6E7136;
}
.TagClassName
{
border-color: #6E7136;
}
</style>