Shades of Olivetone #6E711B
Tints of Olivetone #6E711B
RGB
CMYK
RGB Variations
Color information
#6E711B (or 0x6E711B) is known color: Olivetone. HEX triplet: 6E, 71 and 1B. RGB value is (110,113,27). Sum of RGB (Red+Green+Blue) = 110+113+27=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711B is #918EE4. Grayscale: #666666. Windows color (decimal): -9539301 or 1798510. OLE color: 1798510.
HSL color Cylindrical-coordinate representation of color #6E711B: hue angle of 62.09º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E711B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 27 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.56 |
| HSL | 62.09º | 0.61% | 0.27% | - |
| HSV(B) | 62.09º | 0.76% | 0.44% | - |
| XYZ | 12.53 | 15.2 | 3.31 | - |
| YUV | 102.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 27 | 0.03 | 0 | 0.76 | 0.56 | 62.09 | 0.61 | 0.27 |
| Hex | 6E | 71 | 1B | 3 | 0 | 4C | 38 | 3E | 3D | 1B |
| Octal | 156 | 161 | 33 | 3 | 0 | 114 | 70 | 76 | 75 | 33 |
| Binary | 1101110 | 1110001 | 11011 | 11 | 0 | 1001100 | 111000 | 111110 | 111101 | 11011 |
Color Harmonies of #6E711B
Complementary color
Monochromatic Colors of #6E711B
Black with #6E711B
Text Example
Text Example
White with #6E711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E711B; }
p { color: rgb(110,113,27); }
H1.HeaderClassName
{
color: #6E711B;
}
.AnyTagClassName
{
color: #6E711B;
}
</style>
background-color css
<style>
a { background-color: #6E711B; }
a { background-color: rgb(110,113,27); }
div.DivClassName
{
background-color: #6E711B;
}
.BgClassName
{
background-color: #6E711B;
}
</style>
border-color css
<style>
span { border-color: #6E711B; }
span { border-color: rgb(110,113,27); }
td.TdClassName
{
border-color: #6E711B;
}
.TagClassName
{
border-color: #6E711B;
}
</style>