Shades of Olivetone #6F702F
Tints of Olivetone #6F702F
RGB
CMYK
RGB Variations
Color information
#6F702F (or 0x6F702F) is known color: Olivetone. HEX triplet: 6F, 70 and 2F. RGB value is (111,112,47). Sum of RGB (Red+Green+Blue) = 111+112+47=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #6F702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F702F is #908FD0. Grayscale: #686868. Windows color (decimal): -9474001 or 3108975. OLE color: 3108975.
HSL color Cylindrical-coordinate representation of color #6F702F: hue angle of 60.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F702F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 47 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.56 |
| HSL | 60.92º | 0.41% | 0.31% | - |
| HSV(B) | 60.92º | 0.58% | 0.44% | - |
| XYZ | 12.86 | 15.17 | 4.94 | - |
| YUV | 104.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 47 | 0.01 | 0 | 0.58 | 0.56 | 60.92 | 0.41 | 0.31 |
| Hex | 6F | 70 | 2F | 1 | 0 | 3A | 38 | 3D | 29 | 1F |
| Octal | 157 | 160 | 57 | 1 | 0 | 72 | 70 | 75 | 51 | 37 |
| Binary | 1101111 | 1110000 | 101111 | 1 | 0 | 111010 | 111000 | 111101 | 101001 | 11111 |
Color Harmonies of #6F702F
Complementary color
Monochromatic Colors of #6F702F
Black with #6F702F
Text Example
Text Example
White with #6F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F702F; }
p { color: rgb(111,112,47); }
H1.HeaderClassName
{
color: #6F702F;
}
.AnyTagClassName
{
color: #6F702F;
}
</style>
background-color css
<style>
a { background-color: #6F702F; }
a { background-color: rgb(111,112,47); }
div.DivClassName
{
background-color: #6F702F;
}
.BgClassName
{
background-color: #6F702F;
}
</style>
border-color css
<style>
span { border-color: #6F702F; }
span { border-color: rgb(111,112,47); }
td.TdClassName
{
border-color: #6F702F;
}
.TagClassName
{
border-color: #6F702F;
}
</style>