Shades of Olivetone #6E702B
Tints of Olivetone #6E702B
RGB
CMYK
RGB Variations
Color information
#6E702B (or 0x6E702B) is known color: Olivetone. HEX triplet: 6E, 70 and 2B. RGB value is (110,112,43). Sum of RGB (Red+Green+Blue) = 110+112+43=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #6E702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E702B is #918FD4. Grayscale: #676767. Windows color (decimal): -9539541 or 2846830. OLE color: 2846830.
HSL color Cylindrical-coordinate representation of color #6E702B: hue angle of 61.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E702B is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 43 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.56 |
| HSL | 61.74º | 0.45% | 0.3% | - |
| HSV(B) | 61.74º | 0.62% | 0.44% | - |
| XYZ | 12.66 | 15.08 | 4.53 | - |
| YUV | 103.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 43 | 0.02 | 0 | 0.62 | 0.56 | 61.74 | 0.45 | 0.3 |
| Hex | 6E | 70 | 2B | 2 | 0 | 3E | 38 | 3E | 2D | 1E |
| Octal | 156 | 160 | 53 | 2 | 0 | 76 | 70 | 76 | 55 | 36 |
| Binary | 1101110 | 1110000 | 101011 | 10 | 0 | 111110 | 111000 | 111110 | 101101 | 11110 |
Color Harmonies of #6E702B
Complementary color
Monochromatic Colors of #6E702B
Black with #6E702B
Text Example
Text Example
White with #6E702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E702B; }
p { color: rgb(110,112,43); }
H1.HeaderClassName
{
color: #6E702B;
}
.AnyTagClassName
{
color: #6E702B;
}
</style>
background-color css
<style>
a { background-color: #6E702B; }
a { background-color: rgb(110,112,43); }
div.DivClassName
{
background-color: #6E702B;
}
.BgClassName
{
background-color: #6E702B;
}
</style>
border-color css
<style>
span { border-color: #6E702B; }
span { border-color: rgb(110,112,43); }
td.TdClassName
{
border-color: #6E702B;
}
.TagClassName
{
border-color: #6E702B;
}
</style>