Shades of Olivetone #70680F
Tints of Olivetone #70680F
RGB
CMYK
RGB Variations
Color information
#70680F (or 0x70680F) is known color: Olivetone. HEX triplet: 70, 68 and 0F. RGB value is (112,104,15). Sum of RGB (Red+Green+Blue) = 112+104+15=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680F is #8F97F0. Grayscale: #606060. Windows color (decimal): -9410545 or 1009776. OLE color: 1009776.
HSL color Cylindrical-coordinate representation of color #70680F: hue angle of 55.05º 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 #70680F is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 15 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.56 |
| HSL | 55.05º | 0.76% | 0.25% | - |
| HSV(B) | 55.05º | 0.87% | 0.44% | - |
| XYZ | 11.72 | 13.38 | 2.42 | - |
| YUV | 96.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 15 | 0 | 0.07 | 0.87 | 0.56 | 55.05 | 0.76 | 0.25 |
| Hex | 70 | 68 | F | 0 | 7 | 57 | 38 | 37 | 4C | 19 |
| Octal | 160 | 150 | 17 | 0 | 7 | 127 | 70 | 67 | 114 | 31 |
| Binary | 1110000 | 1101000 | 1111 | 0 | 111 | 1010111 | 111000 | 110111 | 1001100 | 11001 |
Color Harmonies of #70680F
Complementary color
Monochromatic Colors of #70680F
Black with #70680F
Text Example
Text Example
White with #70680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70680F; }
p { color: rgb(112,104,15); }
H1.HeaderClassName
{
color: #70680F;
}
.AnyTagClassName
{
color: #70680F;
}
</style>
background-color css
<style>
a { background-color: #70680F; }
a { background-color: rgb(112,104,15); }
div.DivClassName
{
background-color: #70680F;
}
.BgClassName
{
background-color: #70680F;
}
</style>
border-color css
<style>
span { border-color: #70680F; }
span { border-color: rgb(112,104,15); }
td.TdClassName
{
border-color: #70680F;
}
.TagClassName
{
border-color: #70680F;
}
</style>