Shades of Laurel #70916F
Tints of Laurel #70916F
RGB
CMYK
RGB Variations
Color information
#70916F (or 0x70916F) is known color: Laurel. HEX triplet: 70, 91 and 6F. RGB value is (112,145,111). Sum of RGB (Red+Green+Blue) = 112+145+111=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #70916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916F is #8F6E90. Grayscale: #838383. Windows color (decimal): -9399953 or 7311728. OLE color: 7311728.
HSL color Cylindrical-coordinate representation of color #70916F: hue angle of 118.24º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70916F is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 111 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.43 |
| HSL | 118.24º | 0.13% | 0.5% | - |
| HSV(B) | 118.24º | 0.23% | 0.57% | - |
| XYZ | 19.68 | 24.84 | 18.8 | - |
| YUV | 131.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 111 | 0.23 | 0 | 0.23 | 0.43 | 118.24 | 0.13 | 0.5 |
| Hex | 70 | 91 | 6F | 17 | 0 | 17 | 2B | 76 | D | 32 |
| Octal | 160 | 221 | 157 | 27 | 0 | 27 | 53 | 166 | 15 | 62 |
| Binary | 1110000 | 10010001 | 1101111 | 10111 | 0 | 10111 | 101011 | 1110110 | 1101 | 110010 |
Color Harmonies of #70916F
Complementary color
Monochromatic Colors of #70916F
Black with #70916F
Text Example
Text Example
White with #70916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70916F; }
p { color: rgb(112,145,111); }
H1.HeaderClassName
{
color: #70916F;
}
.AnyTagClassName
{
color: #70916F;
}
</style>
background-color css
<style>
a { background-color: #70916F; }
a { background-color: rgb(112,145,111); }
div.DivClassName
{
background-color: #70916F;
}
.BgClassName
{
background-color: #70916F;
}
</style>
border-color css
<style>
span { border-color: #70916F; }
span { border-color: rgb(112,145,111); }
td.TdClassName
{
border-color: #70916F;
}
.TagClassName
{
border-color: #70916F;
}
</style>