Shades of Olivetone #6F6C11
Tints of Olivetone #6F6C11
RGB
CMYK
RGB Variations
Color information
#6F6C11 (or 0x6F6C11) is known color: Olivetone. HEX triplet: 6F, 6C and 11. RGB value is (111,108,17). Sum of RGB (Red+Green+Blue) = 111+108+17=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C11 is #9093EE. Grayscale: #626262. Windows color (decimal): -9475055 or 1141871. OLE color: 1141871.
HSL color Cylindrical-coordinate representation of color #6F6C11: hue angle of 58.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F6C11 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 17 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.56 |
| HSL | 58.09º | 0.73% | 0.25% | - |
| HSV(B) | 58.09º | 0.85% | 0.44% | - |
| XYZ | 12.02 | 14.15 | 2.63 | - |
| YUV | 98.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 17 | 0 | 0.03 | 0.85 | 0.56 | 58.09 | 0.73 | 0.25 |
| Hex | 6F | 6C | 11 | 0 | 3 | 55 | 38 | 3A | 49 | 19 |
| Octal | 157 | 154 | 21 | 0 | 3 | 125 | 70 | 72 | 111 | 31 |
| Binary | 1101111 | 1101100 | 10001 | 0 | 11 | 1010101 | 111000 | 111010 | 1001001 | 11001 |
Color Harmonies of #6F6C11
Complementary color
Monochromatic Colors of #6F6C11
Black with #6F6C11
Text Example
Text Example
White with #6F6C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C11; }
p { color: rgb(111,108,17); }
H1.HeaderClassName
{
color: #6F6C11;
}
.AnyTagClassName
{
color: #6F6C11;
}
</style>
background-color css
<style>
a { background-color: #6F6C11; }
a { background-color: rgb(111,108,17); }
div.DivClassName
{
background-color: #6F6C11;
}
.BgClassName
{
background-color: #6F6C11;
}
</style>
border-color css
<style>
span { border-color: #6F6C11; }
span { border-color: rgb(111,108,17); }
td.TdClassName
{
border-color: #6F6C11;
}
.TagClassName
{
border-color: #6F6C11;
}
</style>