Shades of Laurel #70896F
Tints of Laurel #70896F
RGB
CMYK
RGB Variations
Color information
#70896F (or 0x70896F) is known color: Laurel. HEX triplet: 70, 89 and 6F. RGB value is (112,137,111). Sum of RGB (Red+Green+Blue) = 112+137+111=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #70896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70896F is #8F7690. Grayscale: #7E7E7E. Windows color (decimal): -9402001 or 7309680. OLE color: 7309680.
HSL color Cylindrical-coordinate representation of color #70896F: hue angle of 117.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70896F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 111 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.46 |
| HSL | 117.69º | 0.1% | 0.49% | - |
| HSV(B) | 117.69º | 0.19% | 0.54% | - |
| XYZ | 18.5 | 22.48 | 18.4 | - |
| YUV | 126.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 111 | 0.18 | 0 | 0.19 | 0.46 | 117.69 | 0.1 | 0.49 |
| Hex | 70 | 89 | 6F | 12 | 0 | 13 | 2E | 76 | A | 31 |
| Octal | 160 | 211 | 157 | 22 | 0 | 23 | 56 | 166 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1101111 | 10010 | 0 | 10011 | 101110 | 1110110 | 1010 | 110001 |
Color Harmonies of #70896F
Complementary color
Monochromatic Colors of #70896F
Black with #70896F
Text Example
Text Example
White with #70896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70896F; }
p { color: rgb(112,137,111); }
H1.HeaderClassName
{
color: #70896F;
}
.AnyTagClassName
{
color: #70896F;
}
</style>
background-color css
<style>
a { background-color: #70896F; }
a { background-color: rgb(112,137,111); }
div.DivClassName
{
background-color: #70896F;
}
.BgClassName
{
background-color: #70896F;
}
</style>
border-color css
<style>
span { border-color: #70896F; }
span { border-color: rgb(112,137,111); }
td.TdClassName
{
border-color: #70896F;
}
.TagClassName
{
border-color: #70896F;
}
</style>