Shades of Olivetone #6F722E
Tints of Olivetone #6F722E
RGB
CMYK
RGB Variations
Color information
#6F722E (or 0x6F722E) is known color: Olivetone. HEX triplet: 6F, 72 and 2E. RGB value is (111,114,46). Sum of RGB (Red+Green+Blue) = 111+114+46=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #6F722E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F722E is #908DD1. Grayscale: #696969. Windows color (decimal): -9473490 or 3043951. OLE color: 3043951.
HSL color Cylindrical-coordinate representation of color #6F722E: hue angle of 62.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F722E is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 46 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.55 |
| HSL | 62.65º | 0.43% | 0.31% | - |
| HSV(B) | 62.65º | 0.6% | 0.45% | - |
| XYZ | 13.07 | 15.61 | 4.91 | - |
| YUV | 105.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 46 | 0.03 | 0 | 0.60 | 0.55 | 62.65 | 0.43 | 0.31 |
| Hex | 6F | 72 | 2E | 3 | 0 | 3C | 37 | 3F | 2A | 1F |
| Octal | 157 | 162 | 56 | 3 | 0 | 74 | 67 | 77 | 52 | 37 |
| Binary | 1101111 | 1110010 | 101110 | 11 | 0 | 111100 | 110111 | 111111 | 101010 | 11111 |
Color Harmonies of #6F722E
Complementary color
Monochromatic Colors of #6F722E
Black with #6F722E
Text Example
Text Example
White with #6F722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F722E; }
p { color: rgb(111,114,46); }
H1.HeaderClassName
{
color: #6F722E;
}
.AnyTagClassName
{
color: #6F722E;
}
</style>
background-color css
<style>
a { background-color: #6F722E; }
a { background-color: rgb(111,114,46); }
div.DivClassName
{
background-color: #6F722E;
}
.BgClassName
{
background-color: #6F722E;
}
</style>
border-color css
<style>
span { border-color: #6F722E; }
span { border-color: rgb(111,114,46); }
td.TdClassName
{
border-color: #6F722E;
}
.TagClassName
{
border-color: #6F722E;
}
</style>