Shades of Olivetone #6F6720
Tints of Olivetone #6F6720
RGB
CMYK
RGB Variations
Color information
#6F6720 (or 0x6F6720) is known color: Olivetone. HEX triplet: 6F, 67 and 20. RGB value is (111,103,32). Sum of RGB (Red+Green+Blue) = 111+103+32=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6720 is #9098DF. Grayscale: #616161. Windows color (decimal): -9476320 or 2123631. OLE color: 2123631.
HSL color Cylindrical-coordinate representation of color #6F6720: hue angle of 53.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F6720 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 32 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.56 |
| HSL | 53.92º | 0.55% | 0.28% | - |
| HSV(B) | 53.92º | 0.71% | 0.44% | - |
| XYZ | 11.67 | 13.18 | 3.3 | - |
| YUV | 97.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 32 | 0 | 0.07 | 0.71 | 0.56 | 53.92 | 0.55 | 0.28 |
| Hex | 6F | 67 | 20 | 0 | 7 | 47 | 38 | 36 | 37 | 1C |
| Octal | 157 | 147 | 40 | 0 | 7 | 107 | 70 | 66 | 67 | 34 |
| Binary | 1101111 | 1100111 | 100000 | 0 | 111 | 1000111 | 111000 | 110110 | 110111 | 11100 |
Color Harmonies of #6F6720
Complementary color
Monochromatic Colors of #6F6720
Black with #6F6720
Text Example
Text Example
White with #6F6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6720; }
p { color: rgb(111,103,32); }
H1.HeaderClassName
{
color: #6F6720;
}
.AnyTagClassName
{
color: #6F6720;
}
</style>
background-color css
<style>
a { background-color: #6F6720; }
a { background-color: rgb(111,103,32); }
div.DivClassName
{
background-color: #6F6720;
}
.BgClassName
{
background-color: #6F6720;
}
</style>
border-color css
<style>
span { border-color: #6F6720; }
span { border-color: rgb(111,103,32); }
td.TdClassName
{
border-color: #6F6720;
}
.TagClassName
{
border-color: #6F6720;
}
</style>