Shades of Olivetone #6F711B
Tints of Olivetone #6F711B
RGB
CMYK
RGB Variations
Color information
#6F711B (or 0x6F711B) is known color: Olivetone. HEX triplet: 6F, 71 and 1B. RGB value is (111,113,27). Sum of RGB (Red+Green+Blue) = 111+113+27=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #6F711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F711B is #908EE4. Grayscale: #666666. Windows color (decimal): -9473765 or 1798511. OLE color: 1798511.
HSL color Cylindrical-coordinate representation of color #6F711B: hue angle of 61.4º 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 #6F711B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 27 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.56 |
| HSL | 61.4º | 0.61% | 0.27% | - |
| HSV(B) | 61.4º | 0.76% | 0.44% | - |
| XYZ | 12.66 | 15.27 | 3.32 | - |
| YUV | 102.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 27 | 0.02 | 0 | 0.76 | 0.56 | 61.4 | 0.61 | 0.27 |
| Hex | 6F | 71 | 1B | 2 | 0 | 4C | 38 | 3D | 3D | 1B |
| Octal | 157 | 161 | 33 | 2 | 0 | 114 | 70 | 75 | 75 | 33 |
| Binary | 1101111 | 1110001 | 11011 | 10 | 0 | 1001100 | 111000 | 111101 | 111101 | 11011 |
Color Harmonies of #6F711B
Complementary color
Monochromatic Colors of #6F711B
Black with #6F711B
Text Example
Text Example
White with #6F711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F711B; }
p { color: rgb(111,113,27); }
H1.HeaderClassName
{
color: #6F711B;
}
.AnyTagClassName
{
color: #6F711B;
}
</style>
background-color css
<style>
a { background-color: #6F711B; }
a { background-color: rgb(111,113,27); }
div.DivClassName
{
background-color: #6F711B;
}
.BgClassName
{
background-color: #6F711B;
}
</style>
border-color css
<style>
span { border-color: #6F711B; }
span { border-color: rgb(111,113,27); }
td.TdClassName
{
border-color: #6F711B;
}
.TagClassName
{
border-color: #6F711B;
}
</style>