Shades of Laurel #70966C
Tints of Laurel #70966C
RGB
CMYK
RGB Variations
Color information
#70966C (or 0x70966C) is known color: Laurel. HEX triplet: 70, 96 and 6C. RGB value is (112,150,108). Sum of RGB (Red+Green+Blue) = 112+150+108=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #70966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70966C is #8F6993. Grayscale: #858585. Windows color (decimal): -9398676 or 7116400. OLE color: 7116400.
HSL color Cylindrical-coordinate representation of color #70966C: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70966C is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 108 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.41 |
| HSL | 114.29º | 0.17% | 0.51% | - |
| HSV(B) | 114.29º | 0.28% | 0.59% | - |
| XYZ | 20.3 | 26.34 | 18.2 | - |
| YUV | 133.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 108 | 0.25 | 0 | 0.28 | 0.41 | 114.29 | 0.17 | 0.51 |
| Hex | 70 | 96 | 6C | 19 | 0 | 1C | 29 | 72 | 11 | 33 |
| Octal | 160 | 226 | 154 | 31 | 0 | 34 | 51 | 162 | 21 | 63 |
| Binary | 1110000 | 10010110 | 1101100 | 11001 | 0 | 11100 | 101001 | 1110010 | 10001 | 110011 |
Color Harmonies of #70966C
Complementary color
Monochromatic Colors of #70966C
Black with #70966C
Text Example
Text Example
White with #70966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70966C; }
p { color: rgb(112,150,108); }
H1.HeaderClassName
{
color: #70966C;
}
.AnyTagClassName
{
color: #70966C;
}
</style>
background-color css
<style>
a { background-color: #70966C; }
a { background-color: rgb(112,150,108); }
div.DivClassName
{
background-color: #70966C;
}
.BgClassName
{
background-color: #70966C;
}
</style>
border-color css
<style>
span { border-color: #70966C; }
span { border-color: rgb(112,150,108); }
td.TdClassName
{
border-color: #70966C;
}
.TagClassName
{
border-color: #70966C;
}
</style>