Shades of Olivetone #706F19
Tints of Olivetone #706F19
RGB
CMYK
RGB Variations
Color information
#706F19 (or 0x706F19) is known color: Olivetone. HEX triplet: 70, 6F and 19. RGB value is (112,111,25). Sum of RGB (Red+Green+Blue) = 112+111+25=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F19 is #8F90E6. Grayscale: #656565. Windows color (decimal): -9408743 or 1666928. OLE color: 1666928.
HSL color Cylindrical-coordinate representation of color #706F19: hue angle of 59.31º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #706F19 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 25 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.56 |
| HSL | 59.31º | 0.64% | 0.27% | - |
| HSV(B) | 59.31º | 0.78% | 0.44% | - |
| XYZ | 12.54 | 14.88 | 3.13 | - |
| YUV | 101.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 25 | 0 | 0.01 | 0.78 | 0.56 | 59.31 | 0.64 | 0.27 |
| Hex | 70 | 6F | 19 | 0 | 1 | 4E | 38 | 3B | 40 | 1B |
| Octal | 160 | 157 | 31 | 0 | 1 | 116 | 70 | 73 | 100 | 33 |
| Binary | 1110000 | 1101111 | 11001 | 0 | 1 | 1001110 | 111000 | 111011 | 1000000 | 11011 |
Color Harmonies of #706F19
Complementary color
Monochromatic Colors of #706F19
Black with #706F19
Text Example
Text Example
White with #706F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F19; }
p { color: rgb(112,111,25); }
H1.HeaderClassName
{
color: #706F19;
}
.AnyTagClassName
{
color: #706F19;
}
</style>
background-color css
<style>
a { background-color: #706F19; }
a { background-color: rgb(112,111,25); }
div.DivClassName
{
background-color: #706F19;
}
.BgClassName
{
background-color: #706F19;
}
</style>
border-color css
<style>
span { border-color: #706F19; }
span { border-color: rgb(112,111,25); }
td.TdClassName
{
border-color: #706F19;
}
.TagClassName
{
border-color: #706F19;
}
</style>