Shades of Olivetone #6F7031
Tints of Olivetone #6F7031
RGB
CMYK
RGB Variations
Color information
#6F7031 (or 0x6F7031) is known color: Olivetone. HEX triplet: 6F, 70 and 31. RGB value is (111,112,49). Sum of RGB (Red+Green+Blue) = 111+112+49=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7031 is #908FCE. Grayscale: #686868. Windows color (decimal): -9473999 or 3240047. OLE color: 3240047.
HSL color Cylindrical-coordinate representation of color #6F7031: hue angle of 60.95º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7031 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 49 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.56 |
| HSL | 60.95º | 0.39% | 0.32% | - |
| HSV(B) | 60.95º | 0.56% | 0.44% | - |
| XYZ | 12.9 | 15.19 | 5.16 | - |
| YUV | 104.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 49 | 0.01 | 0 | 0.56 | 0.56 | 60.95 | 0.39 | 0.32 |
| Hex | 6F | 70 | 31 | 1 | 0 | 38 | 38 | 3D | 27 | 20 |
| Octal | 157 | 160 | 61 | 1 | 0 | 70 | 70 | 75 | 47 | 40 |
| Binary | 1101111 | 1110000 | 110001 | 1 | 0 | 111000 | 111000 | 111101 | 100111 | 100000 |
Color Harmonies of #6F7031
Complementary color
Monochromatic Colors of #6F7031
Black with #6F7031
Text Example
Text Example
White with #6F7031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7031; }
p { color: rgb(111,112,49); }
H1.HeaderClassName
{
color: #6F7031;
}
.AnyTagClassName
{
color: #6F7031;
}
</style>
background-color css
<style>
a { background-color: #6F7031; }
a { background-color: rgb(111,112,49); }
div.DivClassName
{
background-color: #6F7031;
}
.BgClassName
{
background-color: #6F7031;
}
</style>
border-color css
<style>
span { border-color: #6F7031; }
span { border-color: rgb(111,112,49); }
td.TdClassName
{
border-color: #6F7031;
}
.TagClassName
{
border-color: #6F7031;
}
</style>