Shades of Olivetone #6F6911
Tints of Olivetone #6F6911
RGB
CMYK
RGB Variations
Color information
#6F6911 (or 0x6F6911) is known color: Olivetone. HEX triplet: 6F, 69 and 11. RGB value is (111,105,17). Sum of RGB (Red+Green+Blue) = 111+105+17=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6911 is #9096EE. Grayscale: #616161. Windows color (decimal): -9475823 or 1141103. OLE color: 1141103.
HSL color Cylindrical-coordinate representation of color #6F6911: hue angle of 56.17º 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 #6F6911 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 17 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.56 |
| HSL | 56.17º | 0.73% | 0.25% | - |
| HSV(B) | 56.17º | 0.85% | 0.44% | - |
| XYZ | 11.71 | 13.52 | 2.52 | - |
| YUV | 96.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 17 | 0 | 0.05 | 0.85 | 0.56 | 56.17 | 0.73 | 0.25 |
| Hex | 6F | 69 | 11 | 0 | 5 | 55 | 38 | 38 | 49 | 19 |
| Octal | 157 | 151 | 21 | 0 | 5 | 125 | 70 | 70 | 111 | 31 |
| Binary | 1101111 | 1101001 | 10001 | 0 | 101 | 1010101 | 111000 | 111000 | 1001001 | 11001 |
Color Harmonies of #6F6911
Complementary color
Monochromatic Colors of #6F6911
Black with #6F6911
Text Example
Text Example
White with #6F6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6911; }
p { color: rgb(111,105,17); }
H1.HeaderClassName
{
color: #6F6911;
}
.AnyTagClassName
{
color: #6F6911;
}
</style>
background-color css
<style>
a { background-color: #6F6911; }
a { background-color: rgb(111,105,17); }
div.DivClassName
{
background-color: #6F6911;
}
.BgClassName
{
background-color: #6F6911;
}
</style>
border-color css
<style>
span { border-color: #6F6911; }
span { border-color: rgb(111,105,17); }
td.TdClassName
{
border-color: #6F6911;
}
.TagClassName
{
border-color: #6F6911;
}
</style>