Shades of Olivetone #706F0F
Tints of Olivetone #706F0F
RGB
CMYK
RGB Variations
Color information
#706F0F (or 0x706F0F) is known color: Olivetone. HEX triplet: 70, 6F and 0F. RGB value is (112,111,15). Sum of RGB (Red+Green+Blue) = 112+111+15=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F0F is #8F90F0. Grayscale: #646464. Windows color (decimal): -9408753 or 1011568. OLE color: 1011568.
HSL color Cylindrical-coordinate representation of color #706F0F: hue angle of 59.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #706F0F is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 15 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.56 |
| HSL | 59.38º | 0.76% | 0.25% | - |
| HSV(B) | 59.38º | 0.87% | 0.44% | - |
| XYZ | 12.45 | 14.85 | 2.66 | - |
| YUV | 100.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 15 | 0 | 0.01 | 0.87 | 0.56 | 59.38 | 0.76 | 0.25 |
| Hex | 70 | 6F | F | 0 | 1 | 57 | 38 | 3B | 4C | 19 |
| Octal | 160 | 157 | 17 | 0 | 1 | 127 | 70 | 73 | 114 | 31 |
| Binary | 1110000 | 1101111 | 1111 | 0 | 1 | 1010111 | 111000 | 111011 | 1001100 | 11001 |
Color Harmonies of #706F0F
Complementary color
Monochromatic Colors of #706F0F
Black with #706F0F
Text Example
Text Example
White with #706F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F0F; }
p { color: rgb(112,111,15); }
H1.HeaderClassName
{
color: #706F0F;
}
.AnyTagClassName
{
color: #706F0F;
}
</style>
background-color css
<style>
a { background-color: #706F0F; }
a { background-color: rgb(112,111,15); }
div.DivClassName
{
background-color: #706F0F;
}
.BgClassName
{
background-color: #706F0F;
}
</style>
border-color css
<style>
span { border-color: #706F0F; }
span { border-color: rgb(112,111,15); }
td.TdClassName
{
border-color: #706F0F;
}
.TagClassName
{
border-color: #706F0F;
}
</style>