Shades of Laurel #70956C
Tints of Laurel #70956C
RGB
CMYK
RGB Variations
Color information
#70956C (or 0x70956C) is known color: Laurel. HEX triplet: 70, 95 and 6C. RGB value is (112,149,108). Sum of RGB (Red+Green+Blue) = 112+149+108=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #70956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70956C is #8F6A93. Grayscale: #858585. Windows color (decimal): -9398932 or 7116144. OLE color: 7116144.
HSL color Cylindrical-coordinate representation of color #70956C: hue angle of 114.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70956C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 108 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.42 |
| HSL | 114.15º | 0.16% | 0.5% | - |
| HSV(B) | 114.15º | 0.28% | 0.58% | - |
| XYZ | 20.14 | 26.02 | 18.15 | - |
| YUV | 133.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 108 | 0.25 | 0 | 0.28 | 0.42 | 114.15 | 0.16 | 0.5 |
| Hex | 70 | 95 | 6C | 19 | 0 | 1C | 2A | 72 | 10 | 32 |
| Octal | 160 | 225 | 154 | 31 | 0 | 34 | 52 | 162 | 20 | 62 |
| Binary | 1110000 | 10010101 | 1101100 | 11001 | 0 | 11100 | 101010 | 1110010 | 10000 | 110010 |
Color Harmonies of #70956C
Complementary color
Monochromatic Colors of #70956C
Black with #70956C
Text Example
Text Example
White with #70956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70956C; }
p { color: rgb(112,149,108); }
H1.HeaderClassName
{
color: #70956C;
}
.AnyTagClassName
{
color: #70956C;
}
</style>
background-color css
<style>
a { background-color: #70956C; }
a { background-color: rgb(112,149,108); }
div.DivClassName
{
background-color: #70956C;
}
.BgClassName
{
background-color: #70956C;
}
</style>
border-color css
<style>
span { border-color: #70956C; }
span { border-color: rgb(112,149,108); }
td.TdClassName
{
border-color: #70956C;
}
.TagClassName
{
border-color: #70956C;
}
</style>