Shades of Laurel #70946E
Tints of Laurel #70946E
RGB
CMYK
RGB Variations
Color information
#70946E (or 0x70946E) is known color: Laurel. HEX triplet: 70, 94 and 6E. RGB value is (112,148,110). Sum of RGB (Red+Green+Blue) = 112+148+110=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #70946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70946E is #8F6B91. Grayscale: #858585. Windows color (decimal): -9399186 or 7246960. OLE color: 7246960.
HSL color Cylindrical-coordinate representation of color #70946E: hue angle of 116.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70946E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 110 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.42 |
| HSL | 116.84º | 0.15% | 0.51% | - |
| HSV(B) | 116.84º | 0.26% | 0.58% | - |
| XYZ | 20.09 | 25.75 | 18.66 | - |
| YUV | 132.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 110 | 0.24 | 0 | 0.26 | 0.42 | 116.84 | 0.15 | 0.51 |
| Hex | 70 | 94 | 6E | 18 | 0 | 1A | 2A | 75 | F | 33 |
| Octal | 160 | 224 | 156 | 30 | 0 | 32 | 52 | 165 | 17 | 63 |
| Binary | 1110000 | 10010100 | 1101110 | 11000 | 0 | 11010 | 101010 | 1110101 | 1111 | 110011 |
Color Harmonies of #70946E
Complementary color
Monochromatic Colors of #70946E
Black with #70946E
Text Example
Text Example
White with #70946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70946E; }
p { color: rgb(112,148,110); }
H1.HeaderClassName
{
color: #70946E;
}
.AnyTagClassName
{
color: #70946E;
}
</style>
background-color css
<style>
a { background-color: #70946E; }
a { background-color: rgb(112,148,110); }
div.DivClassName
{
background-color: #70946E;
}
.BgClassName
{
background-color: #70946E;
}
</style>
border-color css
<style>
span { border-color: #70946E; }
span { border-color: rgb(112,148,110); }
td.TdClassName
{
border-color: #70946E;
}
.TagClassName
{
border-color: #70946E;
}
</style>