Shades of Olivetone #6F6F2F
Tints of Olivetone #6F6F2F
RGB
CMYK
RGB Variations
Color information
#6F6F2F (or 0x6F6F2F) is known color: Olivetone. HEX triplet: 6F, 6F and 2F. RGB value is (111,111,47). Sum of RGB (Red+Green+Blue) = 111+111+47=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6F2F is #9090D0. Grayscale: #676767. Windows color (decimal): -9474257 or 3108719. OLE color: 3108719.
HSL color Cylindrical-coordinate representation of color #6F6F2F: hue angle of 60º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F6F2F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 111 | 47 | - |
| CMYK | 0 | 0 | 0.58 | 0.56 |
| HSL | 60º | 0.41% | 0.31% | - |
| HSV(B) | 60º | 0.58% | 0.44% | - |
| XYZ | 12.75 | 14.95 | 4.9 | - |
| YUV | 103.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 47 | 0 | 0 | 0.58 | 0.56 | 60 | 0.41 | 0.31 |
| Hex | 6F | 6F | 2F | 0 | 0 | 3A | 38 | 3C | 29 | 1F |
| Octal | 157 | 157 | 57 | 0 | 0 | 72 | 70 | 74 | 51 | 37 |
| Binary | 1101111 | 1101111 | 101111 | 0 | 0 | 111010 | 111000 | 111100 | 101001 | 11111 |
Color Harmonies of #6F6F2F
Complementary color
Monochromatic Colors of #6F6F2F
Black with #6F6F2F
Text Example
Text Example
White with #6F6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F2F; }
p { color: rgb(111,111,47); }
H1.HeaderClassName
{
color: #6F6F2F;
}
.AnyTagClassName
{
color: #6F6F2F;
}
</style>
background-color css
<style>
a { background-color: #6F6F2F; }
a { background-color: rgb(111,111,47); }
div.DivClassName
{
background-color: #6F6F2F;
}
.BgClassName
{
background-color: #6F6F2F;
}
</style>
border-color css
<style>
span { border-color: #6F6F2F; }
span { border-color: rgb(111,111,47); }
td.TdClassName
{
border-color: #6F6F2F;
}
.TagClassName
{
border-color: #6F6F2F;
}
</style>