Shades of Laurel #70936F
Tints of Laurel #70936F
RGB
CMYK
RGB Variations
Color information
#70936F (or 0x70936F) is known color: Laurel. HEX triplet: 70, 93 and 6F. RGB value is (112,147,111). Sum of RGB (Red+Green+Blue) = 112+147+111=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #70936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70936F is #8F6C90. Grayscale: #848484. Windows color (decimal): -9399441 or 7312240. OLE color: 7312240.
HSL color Cylindrical-coordinate representation of color #70936F: hue angle of 118.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70936F is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 111 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.42 |
| HSL | 118.33º | 0.14% | 0.51% | - |
| HSV(B) | 118.33º | 0.24% | 0.58% | - |
| XYZ | 19.99 | 25.46 | 18.9 | - |
| YUV | 132.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 111 | 0.24 | 0 | 0.24 | 0.42 | 118.33 | 0.14 | 0.51 |
| Hex | 70 | 93 | 6F | 18 | 0 | 18 | 2A | 76 | E | 33 |
| Octal | 160 | 223 | 157 | 30 | 0 | 30 | 52 | 166 | 16 | 63 |
| Binary | 1110000 | 10010011 | 1101111 | 11000 | 0 | 11000 | 101010 | 1110110 | 1110 | 110011 |
Color Harmonies of #70936F
Complementary color
Monochromatic Colors of #70936F
Black with #70936F
Text Example
Text Example
White with #70936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70936F; }
p { color: rgb(112,147,111); }
H1.HeaderClassName
{
color: #70936F;
}
.AnyTagClassName
{
color: #70936F;
}
</style>
background-color css
<style>
a { background-color: #70936F; }
a { background-color: rgb(112,147,111); }
div.DivClassName
{
background-color: #70936F;
}
.BgClassName
{
background-color: #70936F;
}
</style>
border-color css
<style>
span { border-color: #70936F; }
span { border-color: rgb(112,147,111); }
td.TdClassName
{
border-color: #70936F;
}
.TagClassName
{
border-color: #70936F;
}
</style>