Shades of Olivetone #6F702A
Tints of Olivetone #6F702A
RGB
CMYK
RGB Variations
Color information
#6F702A (or 0x6F702A) is known color: Olivetone. HEX triplet: 6F, 70 and 2A. RGB value is (111,112,42). Sum of RGB (Red+Green+Blue) = 111+112+42=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #6F702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F702A is #908FD5. Grayscale: #686868. Windows color (decimal): -9474006 or 2781295. OLE color: 2781295.
HSL color Cylindrical-coordinate representation of color #6F702A: hue angle of 60.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F702A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 42 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.56 |
| HSL | 60.86º | 0.45% | 0.3% | - |
| HSV(B) | 60.86º | 0.63% | 0.44% | - |
| XYZ | 12.77 | 15.14 | 4.44 | - |
| YUV | 103.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 42 | 0.01 | 0 | 0.62 | 0.56 | 60.86 | 0.45 | 0.3 |
| Hex | 6F | 70 | 2A | 1 | 0 | 3E | 38 | 3D | 2D | 1E |
| Octal | 157 | 160 | 52 | 1 | 0 | 76 | 70 | 75 | 55 | 36 |
| Binary | 1101111 | 1110000 | 101010 | 1 | 0 | 111110 | 111000 | 111101 | 101101 | 11110 |
Color Harmonies of #6F702A
Complementary color
Monochromatic Colors of #6F702A
Black with #6F702A
Text Example
Text Example
White with #6F702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F702A; }
p { color: rgb(111,112,42); }
H1.HeaderClassName
{
color: #6F702A;
}
.AnyTagClassName
{
color: #6F702A;
}
</style>
background-color css
<style>
a { background-color: #6F702A; }
a { background-color: rgb(111,112,42); }
div.DivClassName
{
background-color: #6F702A;
}
.BgClassName
{
background-color: #6F702A;
}
</style>
border-color css
<style>
span { border-color: #6F702A; }
span { border-color: rgb(111,112,42); }
td.TdClassName
{
border-color: #6F702A;
}
.TagClassName
{
border-color: #6F702A;
}
</style>