Shades of Olivetone #6F6710
Tints of Olivetone #6F6710
RGB
CMYK
RGB Variations
Color information
#6F6710 (or 0x6F6710) is known color: Olivetone. HEX triplet: 6F, 67 and 10. RGB value is (111,103,16). Sum of RGB (Red+Green+Blue) = 111+103+16=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6710 is #9098EF. Grayscale: #5F5F5F. Windows color (decimal): -9476336 or 1075055. OLE color: 1075055.
HSL color Cylindrical-coordinate representation of color #6F6710: hue angle of 54.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F6710 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 16 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.56 |
| HSL | 54.95º | 0.75% | 0.25% | - |
| HSV(B) | 54.95º | 0.86% | 0.44% | - |
| XYZ | 11.5 | 13.12 | 2.42 | - |
| YUV | 95.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 16 | 0 | 0.07 | 0.86 | 0.56 | 54.95 | 0.75 | 0.25 |
| Hex | 6F | 67 | 10 | 0 | 7 | 56 | 38 | 37 | 4B | 19 |
| Octal | 157 | 147 | 20 | 0 | 7 | 126 | 70 | 67 | 113 | 31 |
| Binary | 1101111 | 1100111 | 10000 | 0 | 111 | 1010110 | 111000 | 110111 | 1001011 | 11001 |
Color Harmonies of #6F6710
Complementary color
Monochromatic Colors of #6F6710
Black with #6F6710
Text Example
Text Example
White with #6F6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6710; }
p { color: rgb(111,103,16); }
H1.HeaderClassName
{
color: #6F6710;
}
.AnyTagClassName
{
color: #6F6710;
}
</style>
background-color css
<style>
a { background-color: #6F6710; }
a { background-color: rgb(111,103,16); }
div.DivClassName
{
background-color: #6F6710;
}
.BgClassName
{
background-color: #6F6710;
}
</style>
border-color css
<style>
span { border-color: #6F6710; }
span { border-color: rgb(111,103,16); }
td.TdClassName
{
border-color: #6F6710;
}
.TagClassName
{
border-color: #6F6710;
}
</style>