Shades of Olivetone #6E702C
Tints of Olivetone #6E702C
RGB
CMYK
RGB Variations
Color information
#6E702C (or 0x6E702C) is known color: Olivetone. HEX triplet: 6E, 70 and 2C. RGB value is (110,112,44). Sum of RGB (Red+Green+Blue) = 110+112+44=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #6E702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E702C is #918FD3. Grayscale: #676767. Windows color (decimal): -9539540 or 2912366. OLE color: 2912366.
HSL color Cylindrical-coordinate representation of color #6E702C: hue angle of 61.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E702C is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 44 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.56 |
| HSL | 61.76º | 0.44% | 0.31% | - |
| HSV(B) | 61.76º | 0.61% | 0.44% | - |
| XYZ | 12.68 | 15.09 | 4.63 | - |
| YUV | 103.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 44 | 0.02 | 0 | 0.61 | 0.56 | 61.76 | 0.44 | 0.31 |
| Hex | 6E | 70 | 2C | 2 | 0 | 3D | 38 | 3E | 2C | 1F |
| Octal | 156 | 160 | 54 | 2 | 0 | 75 | 70 | 76 | 54 | 37 |
| Binary | 1101110 | 1110000 | 101100 | 10 | 0 | 111101 | 111000 | 111110 | 101100 | 11111 |
Color Harmonies of #6E702C
Complementary color
Monochromatic Colors of #6E702C
Black with #6E702C
Text Example
Text Example
White with #6E702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E702C; }
p { color: rgb(110,112,44); }
H1.HeaderClassName
{
color: #6E702C;
}
.AnyTagClassName
{
color: #6E702C;
}
</style>
background-color css
<style>
a { background-color: #6E702C; }
a { background-color: rgb(110,112,44); }
div.DivClassName
{
background-color: #6E702C;
}
.BgClassName
{
background-color: #6E702C;
}
</style>
border-color css
<style>
span { border-color: #6E702C; }
span { border-color: rgb(110,112,44); }
td.TdClassName
{
border-color: #6E702C;
}
.TagClassName
{
border-color: #6E702C;
}
</style>