Shades of Olivetone #706925
Tints of Olivetone #706925
RGB
CMYK
RGB Variations
Color information
#706925 (or 0x706925) is known color: Olivetone. HEX triplet: 70, 69 and 25. RGB value is (112,105,37). Sum of RGB (Red+Green+Blue) = 112+105+37=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706925 is #8F96DA. Grayscale: #636363. Windows color (decimal): -9410267 or 2451824. OLE color: 2451824.
HSL color Cylindrical-coordinate representation of color #706925: hue angle of 54.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #706925 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 37 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.56 |
| HSL | 54.4º | 0.5% | 0.29% | - |
| HSV(B) | 54.4º | 0.67% | 0.44% | - |
| XYZ | 12.07 | 13.68 | 3.76 | - |
| YUV | 99.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 37 | 0 | 0.06 | 0.67 | 0.56 | 54.4 | 0.5 | 0.29 |
| Hex | 70 | 69 | 25 | 0 | 6 | 43 | 38 | 36 | 32 | 1D |
| Octal | 160 | 151 | 45 | 0 | 6 | 103 | 70 | 66 | 62 | 35 |
| Binary | 1110000 | 1101001 | 100101 | 0 | 110 | 1000011 | 111000 | 110110 | 110010 | 11101 |
Color Harmonies of #706925
Complementary color
Monochromatic Colors of #706925
Black with #706925
Text Example
Text Example
White with #706925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706925; }
p { color: rgb(112,105,37); }
H1.HeaderClassName
{
color: #706925;
}
.AnyTagClassName
{
color: #706925;
}
</style>
background-color css
<style>
a { background-color: #706925; }
a { background-color: rgb(112,105,37); }
div.DivClassName
{
background-color: #706925;
}
.BgClassName
{
background-color: #706925;
}
</style>
border-color css
<style>
span { border-color: #706925; }
span { border-color: rgb(112,105,37); }
td.TdClassName
{
border-color: #706925;
}
.TagClassName
{
border-color: #706925;
}
</style>