Shades of Laurel #70996C
Tints of Laurel #70996C
RGB
CMYK
RGB Variations
Color information
#70996C (or 0x70996C) is known color: Laurel. HEX triplet: 70, 99 and 6C. RGB value is (112,153,108). Sum of RGB (Red+Green+Blue) = 112+153+108=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #70996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70996C is #8F6693. Grayscale: #878787. Windows color (decimal): -9397908 or 7117168. OLE color: 7117168.
HSL color Cylindrical-coordinate representation of color #70996C: hue angle of 114.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70996C is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 108 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.4 |
| HSL | 114.67º | 0.18% | 0.51% | - |
| HSV(B) | 114.67º | 0.29% | 0.6% | - |
| XYZ | 20.78 | 27.31 | 18.36 | - |
| YUV | 135.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 108 | 0.27 | 0 | 0.29 | 0.4 | 114.67 | 0.18 | 0.51 |
| Hex | 70 | 99 | 6C | 1B | 0 | 1D | 28 | 73 | 12 | 33 |
| Octal | 160 | 231 | 154 | 33 | 0 | 35 | 50 | 163 | 22 | 63 |
| Binary | 1110000 | 10011001 | 1101100 | 11011 | 0 | 11101 | 101000 | 1110011 | 10010 | 110011 |
Color Harmonies of #70996C
Complementary color
Monochromatic Colors of #70996C
Black with #70996C
Text Example
Text Example
White with #70996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70996C; }
p { color: rgb(112,153,108); }
H1.HeaderClassName
{
color: #70996C;
}
.AnyTagClassName
{
color: #70996C;
}
</style>
background-color css
<style>
a { background-color: #70996C; }
a { background-color: rgb(112,153,108); }
div.DivClassName
{
background-color: #70996C;
}
.BgClassName
{
background-color: #70996C;
}
</style>
border-color css
<style>
span { border-color: #70996C; }
span { border-color: rgb(112,153,108); }
td.TdClassName
{
border-color: #70996C;
}
.TagClassName
{
border-color: #70996C;
}
</style>