Shades of Laurel #70976F
Tints of Laurel #70976F
RGB
CMYK
RGB Variations
Color information
#70976F (or 0x70976F) is known color: Laurel. HEX triplet: 70, 97 and 6F. RGB value is (112,151,111). Sum of RGB (Red+Green+Blue) = 112+151+111=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #70976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70976F is #8F6890. Grayscale: #868686. Windows color (decimal): -9398417 or 7313264. OLE color: 7313264.
HSL color Cylindrical-coordinate representation of color #70976F: hue angle of 118.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70976F is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 111 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.41 |
| HSL | 118.5º | 0.16% | 0.51% | - |
| HSV(B) | 118.5º | 0.26% | 0.59% | - |
| XYZ | 20.62 | 26.73 | 19.11 | - |
| YUV | 134.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 111 | 0.26 | 0 | 0.26 | 0.41 | 118.5 | 0.16 | 0.51 |
| Hex | 70 | 97 | 6F | 1A | 0 | 1A | 29 | 76 | 10 | 33 |
| Octal | 160 | 227 | 157 | 32 | 0 | 32 | 51 | 166 | 20 | 63 |
| Binary | 1110000 | 10010111 | 1101111 | 11010 | 0 | 11010 | 101001 | 1110110 | 10000 | 110011 |
Color Harmonies of #70976F
Complementary color
Monochromatic Colors of #70976F
Black with #70976F
Text Example
Text Example
White with #70976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70976F; }
p { color: rgb(112,151,111); }
H1.HeaderClassName
{
color: #70976F;
}
.AnyTagClassName
{
color: #70976F;
}
</style>
background-color css
<style>
a { background-color: #70976F; }
a { background-color: rgb(112,151,111); }
div.DivClassName
{
background-color: #70976F;
}
.BgClassName
{
background-color: #70976F;
}
</style>
border-color css
<style>
span { border-color: #70976F; }
span { border-color: rgb(112,151,111); }
td.TdClassName
{
border-color: #70976F;
}
.TagClassName
{
border-color: #70976F;
}
</style>