Shades of Olivetone #6E6F33
Tints of Olivetone #6E6F33
RGB
CMYK
RGB Variations
Color information
#6E6F33 (or 0x6E6F33) is known color: Olivetone. HEX triplet: 6E, 6F and 33. RGB value is (110,111,51). Sum of RGB (Red+Green+Blue) = 110+111+51=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6F33 is #9190CC. Grayscale: #686868. Windows color (decimal): -9539789 or 3370862. OLE color: 3370862.
HSL color Cylindrical-coordinate representation of color #6E6F33: hue angle of 61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6F33 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 51 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.56 |
| HSL | 61º | 0.37% | 0.32% | - |
| HSV(B) | 61º | 0.54% | 0.44% | - |
| XYZ | 12.71 | 14.92 | 5.34 | - |
| YUV | 103.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 51 | 0.01 | 0 | 0.54 | 0.56 | 61 | 0.37 | 0.32 |
| Hex | 6E | 6F | 33 | 1 | 0 | 36 | 38 | 3D | 25 | 20 |
| Octal | 156 | 157 | 63 | 1 | 0 | 66 | 70 | 75 | 45 | 40 |
| Binary | 1101110 | 1101111 | 110011 | 1 | 0 | 110110 | 111000 | 111101 | 100101 | 100000 |
Color Harmonies of #6E6F33
Complementary color
Monochromatic Colors of #6E6F33
Black with #6E6F33
Text Example
Text Example
White with #6E6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F33; }
p { color: rgb(110,111,51); }
H1.HeaderClassName
{
color: #6E6F33;
}
.AnyTagClassName
{
color: #6E6F33;
}
</style>
background-color css
<style>
a { background-color: #6E6F33; }
a { background-color: rgb(110,111,51); }
div.DivClassName
{
background-color: #6E6F33;
}
.BgClassName
{
background-color: #6E6F33;
}
</style>
border-color css
<style>
span { border-color: #6E6F33; }
span { border-color: rgb(110,111,51); }
td.TdClassName
{
border-color: #6E6F33;
}
.TagClassName
{
border-color: #6E6F33;
}
</style>