Shades of Olivetone #6F722D
Tints of Olivetone #6F722D
RGB
CMYK
RGB Variations
Color information
#6F722D (or 0x6F722D) is known color: Olivetone. HEX triplet: 6F, 72 and 2D. RGB value is (111,114,45). Sum of RGB (Red+Green+Blue) = 111+114+45=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #6F722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F722D is #908DD2. Grayscale: #696969. Windows color (decimal): -9473491 or 2978415. OLE color: 2978415.
HSL color Cylindrical-coordinate representation of color #6F722D: hue angle of 62.61º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F722D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 45 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.55 |
| HSL | 62.61º | 0.43% | 0.31% | - |
| HSV(B) | 62.61º | 0.61% | 0.45% | - |
| XYZ | 13.05 | 15.6 | 4.81 | - |
| YUV | 105.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 45 | 0.03 | 0 | 0.61 | 0.55 | 62.61 | 0.43 | 0.31 |
| Hex | 6F | 72 | 2D | 3 | 0 | 3D | 37 | 3F | 2B | 1F |
| Octal | 157 | 162 | 55 | 3 | 0 | 75 | 67 | 77 | 53 | 37 |
| Binary | 1101111 | 1110010 | 101101 | 11 | 0 | 111101 | 110111 | 111111 | 101011 | 11111 |
Color Harmonies of #6F722D
Complementary color
Monochromatic Colors of #6F722D
Black with #6F722D
Text Example
Text Example
White with #6F722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F722D; }
p { color: rgb(111,114,45); }
H1.HeaderClassName
{
color: #6F722D;
}
.AnyTagClassName
{
color: #6F722D;
}
</style>
background-color css
<style>
a { background-color: #6F722D; }
a { background-color: rgb(111,114,45); }
div.DivClassName
{
background-color: #6F722D;
}
.BgClassName
{
background-color: #6F722D;
}
</style>
border-color css
<style>
span { border-color: #6F722D; }
span { border-color: rgb(111,114,45); }
td.TdClassName
{
border-color: #6F722D;
}
.TagClassName
{
border-color: #6F722D;
}
</style>