Shades of Laurel #709972
Tints of Laurel #709972
RGB
CMYK
RGB Variations
Color information
#709972 (or 0x709972) is known color: Laurel. HEX triplet: 70, 99 and 72. RGB value is (112,153,114). Sum of RGB (Red+Green+Blue) = 112+153+114=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #709972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709972 is #8F668D. Grayscale: #888888. Windows color (decimal): -9397902 or 7510384. OLE color: 7510384.
HSL color Cylindrical-coordinate representation of color #709972: hue angle of 122.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709972 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 114 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.4 |
| HSL | 122.93º | 0.17% | 0.52% | - |
| HSV(B) | 122.93º | 0.27% | 0.6% | - |
| XYZ | 21.11 | 27.44 | 20.1 | - |
| YUV | 136.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 114 | 0.27 | 0 | 0.25 | 0.4 | 122.93 | 0.17 | 0.52 |
| Hex | 70 | 99 | 72 | 1B | 0 | 19 | 28 | 7B | 11 | 34 |
| Octal | 160 | 231 | 162 | 33 | 0 | 31 | 50 | 173 | 21 | 64 |
| Binary | 1110000 | 10011001 | 1110010 | 11011 | 0 | 11001 | 101000 | 1111011 | 10001 | 110100 |
Color Harmonies of #709972
Complementary color
Monochromatic Colors of #709972
Black with #709972
Text Example
Text Example
White with #709972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709972; }
p { color: rgb(112,153,114); }
H1.HeaderClassName
{
color: #709972;
}
.AnyTagClassName
{
color: #709972;
}
</style>
background-color css
<style>
a { background-color: #709972; }
a { background-color: rgb(112,153,114); }
div.DivClassName
{
background-color: #709972;
}
.BgClassName
{
background-color: #709972;
}
</style>
border-color css
<style>
span { border-color: #709972; }
span { border-color: rgb(112,153,114); }
td.TdClassName
{
border-color: #709972;
}
.TagClassName
{
border-color: #709972;
}
</style>