Shades of Olivetone #6E6F16
Tints of Olivetone #6E6F16
RGB
CMYK
RGB Variations
Color information
#6E6F16 (or 0x6E6F16) is known color: Olivetone. HEX triplet: 6E, 6F and 16. RGB value is (110,111,22). Sum of RGB (Red+Green+Blue) = 110+111+22=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6F16 is #9190E9. Grayscale: #646464. Windows color (decimal): -9539818 or 1470318. OLE color: 1470318.
HSL color Cylindrical-coordinate representation of color #6E6F16: hue angle of 60.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E6F16 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 22 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.56 |
| HSL | 60.67º | 0.67% | 0.26% | - |
| HSV(B) | 60.67º | 0.8% | 0.44% | - |
| XYZ | 12.26 | 14.74 | 2.96 | - |
| YUV | 100.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 22 | 0.01 | 0 | 0.80 | 0.56 | 60.67 | 0.67 | 0.26 |
| Hex | 6E | 6F | 16 | 1 | 0 | 50 | 38 | 3D | 43 | 1A |
| Octal | 156 | 157 | 26 | 1 | 0 | 120 | 70 | 75 | 103 | 32 |
| Binary | 1101110 | 1101111 | 10110 | 1 | 0 | 1010000 | 111000 | 111101 | 1000011 | 11010 |
Color Harmonies of #6E6F16
Complementary color
Monochromatic Colors of #6E6F16
Black with #6E6F16
Text Example
Text Example
White with #6E6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F16; }
p { color: rgb(110,111,22); }
H1.HeaderClassName
{
color: #6E6F16;
}
.AnyTagClassName
{
color: #6E6F16;
}
</style>
background-color css
<style>
a { background-color: #6E6F16; }
a { background-color: rgb(110,111,22); }
div.DivClassName
{
background-color: #6E6F16;
}
.BgClassName
{
background-color: #6E6F16;
}
</style>
border-color css
<style>
span { border-color: #6E6F16; }
span { border-color: rgb(110,111,22); }
td.TdClassName
{
border-color: #6E6F16;
}
.TagClassName
{
border-color: #6E6F16;
}
</style>