Shades of Olivetone #6F702D
Tints of Olivetone #6F702D
RGB
CMYK
RGB Variations
Color information
#6F702D (or 0x6F702D) is known color: Olivetone. HEX triplet: 6F, 70 and 2D. RGB value is (111,112,45). Sum of RGB (Red+Green+Blue) = 111+112+45=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #6F702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F702D is #908FD2. Grayscale: #686868. Windows color (decimal): -9474003 or 2977903. OLE color: 2977903.
HSL color Cylindrical-coordinate representation of color #6F702D: hue angle of 60.9º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F702D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 45 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.56 |
| HSL | 60.9º | 0.43% | 0.31% | - |
| HSV(B) | 60.9º | 0.6% | 0.44% | - |
| XYZ | 12.82 | 15.16 | 4.73 | - |
| YUV | 104.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 45 | 0.01 | 0 | 0.60 | 0.56 | 60.9 | 0.43 | 0.31 |
| Hex | 6F | 70 | 2D | 1 | 0 | 3C | 38 | 3D | 2B | 1F |
| Octal | 157 | 160 | 55 | 1 | 0 | 74 | 70 | 75 | 53 | 37 |
| Binary | 1101111 | 1110000 | 101101 | 1 | 0 | 111100 | 111000 | 111101 | 101011 | 11111 |
Color Harmonies of #6F702D
Complementary color
Monochromatic Colors of #6F702D
Black with #6F702D
Text Example
Text Example
White with #6F702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F702D; }
p { color: rgb(111,112,45); }
H1.HeaderClassName
{
color: #6F702D;
}
.AnyTagClassName
{
color: #6F702D;
}
</style>
background-color css
<style>
a { background-color: #6F702D; }
a { background-color: rgb(111,112,45); }
div.DivClassName
{
background-color: #6F702D;
}
.BgClassName
{
background-color: #6F702D;
}
</style>
border-color css
<style>
span { border-color: #6F702D; }
span { border-color: rgb(111,112,45); }
td.TdClassName
{
border-color: #6F702D;
}
.TagClassName
{
border-color: #6F702D;
}
</style>