Shades of Olivetone #6F7034
Tints of Olivetone #6F7034
RGB
CMYK
RGB Variations
Color information
#6F7034 (or 0x6F7034) is known color: Olivetone. HEX triplet: 6F, 70 and 34. RGB value is (111,112,52). Sum of RGB (Red+Green+Blue) = 111+112+52=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7034 is #908FCB. Grayscale: #696969. Windows color (decimal): -9473996 or 3436655. OLE color: 3436655.
HSL color Cylindrical-coordinate representation of color #6F7034: hue angle of 61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F7034 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 52 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.56 |
| HSL | 61º | 0.37% | 0.32% | - |
| HSV(B) | 61º | 0.54% | 0.44% | - |
| XYZ | 12.97 | 15.22 | 5.5 | - |
| YUV | 104.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 52 | 0.01 | 0 | 0.54 | 0.56 | 61 | 0.37 | 0.32 |
| Hex | 6F | 70 | 34 | 1 | 0 | 36 | 38 | 3D | 25 | 20 |
| Octal | 157 | 160 | 64 | 1 | 0 | 66 | 70 | 75 | 45 | 40 |
| Binary | 1101111 | 1110000 | 110100 | 1 | 0 | 110110 | 111000 | 111101 | 100101 | 100000 |
Color Harmonies of #6F7034
Complementary color
Monochromatic Colors of #6F7034
Black with #6F7034
Text Example
Text Example
White with #6F7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7034; }
p { color: rgb(111,112,52); }
H1.HeaderClassName
{
color: #6F7034;
}
.AnyTagClassName
{
color: #6F7034;
}
</style>
background-color css
<style>
a { background-color: #6F7034; }
a { background-color: rgb(111,112,52); }
div.DivClassName
{
background-color: #6F7034;
}
.BgClassName
{
background-color: #6F7034;
}
</style>
border-color css
<style>
span { border-color: #6F7034; }
span { border-color: rgb(111,112,52); }
td.TdClassName
{
border-color: #6F7034;
}
.TagClassName
{
border-color: #6F7034;
}
</style>