Shades of Olivetone #6F6F33
Tints of Olivetone #6F6F33
RGB
CMYK
RGB Variations
Color information
#6F6F33 (or 0x6F6F33) is known color: Olivetone. HEX triplet: 6F, 6F and 33. RGB value is (111,111,51). Sum of RGB (Red+Green+Blue) = 111+111+51=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6F33 is #9090CC. Grayscale: #686868. Windows color (decimal): -9474253 or 3370863. OLE color: 3370863.
HSL color Cylindrical-coordinate representation of color #6F6F33: hue angle of 60º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F6F33 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 111 | 51 | - |
| CMYK | 0 | 0 | 0.54 | 0.56 |
| HSL | 60º | 0.37% | 0.32% | - |
| HSV(B) | 60º | 0.54% | 0.44% | - |
| XYZ | 12.84 | 14.99 | 5.35 | - |
| YUV | 104.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 51 | 0 | 0 | 0.54 | 0.56 | 60 | 0.37 | 0.32 |
| Hex | 6F | 6F | 33 | 0 | 0 | 36 | 38 | 3C | 25 | 20 |
| Octal | 157 | 157 | 63 | 0 | 0 | 66 | 70 | 74 | 45 | 40 |
| Binary | 1101111 | 1101111 | 110011 | 0 | 0 | 110110 | 111000 | 111100 | 100101 | 100000 |
Color Harmonies of #6F6F33
Complementary color
Monochromatic Colors of #6F6F33
Black with #6F6F33
Text Example
Text Example
White with #6F6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F33; }
p { color: rgb(111,111,51); }
H1.HeaderClassName
{
color: #6F6F33;
}
.AnyTagClassName
{
color: #6F6F33;
}
</style>
background-color css
<style>
a { background-color: #6F6F33; }
a { background-color: rgb(111,111,51); }
div.DivClassName
{
background-color: #6F6F33;
}
.BgClassName
{
background-color: #6F6F33;
}
</style>
border-color css
<style>
span { border-color: #6F6F33; }
span { border-color: rgb(111,111,51); }
td.TdClassName
{
border-color: #6F6F33;
}
.TagClassName
{
border-color: #6F6F33;
}
</style>