Shades of Olivetone #6F7012
Tints of Olivetone #6F7012
RGB
CMYK
RGB Variations
Color information
#6F7012 (or 0x6F7012) is known color: Olivetone. HEX triplet: 6F, 70 and 12. RGB value is (111,112,18). Sum of RGB (Red+Green+Blue) = 111+112+18=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7012 is #908FED. Grayscale: #656565. Windows color (decimal): -9474030 or 1208431. OLE color: 1208431.
HSL color Cylindrical-coordinate representation of color #6F7012: hue angle of 60.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F7012 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 18 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.56 |
| HSL | 60.64º | 0.72% | 0.25% | - |
| HSV(B) | 60.64º | 0.84% | 0.44% | - |
| XYZ | 12.46 | 15.01 | 2.81 | - |
| YUV | 100.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 18 | 0.01 | 0 | 0.84 | 0.56 | 60.64 | 0.72 | 0.25 |
| Hex | 6F | 70 | 12 | 1 | 0 | 54 | 38 | 3D | 48 | 19 |
| Octal | 157 | 160 | 22 | 1 | 0 | 124 | 70 | 75 | 110 | 31 |
| Binary | 1101111 | 1110000 | 10010 | 1 | 0 | 1010100 | 111000 | 111101 | 1001000 | 11001 |
Color Harmonies of #6F7012
Complementary color
Monochromatic Colors of #6F7012
Black with #6F7012
Text Example
Text Example
White with #6F7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7012; }
p { color: rgb(111,112,18); }
H1.HeaderClassName
{
color: #6F7012;
}
.AnyTagClassName
{
color: #6F7012;
}
</style>
background-color css
<style>
a { background-color: #6F7012; }
a { background-color: rgb(111,112,18); }
div.DivClassName
{
background-color: #6F7012;
}
.BgClassName
{
background-color: #6F7012;
}
</style>
border-color css
<style>
span { border-color: #6F7012; }
span { border-color: rgb(111,112,18); }
td.TdClassName
{
border-color: #6F7012;
}
.TagClassName
{
border-color: #6F7012;
}
</style>