Shades of Laurel #709572
Tints of Laurel #709572
RGB
CMYK
RGB Variations
Color information
#709572 (or 0x709572) is known color: Laurel. HEX triplet: 70, 95 and 72. RGB value is (112,149,114). Sum of RGB (Red+Green+Blue) = 112+149+114=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #709572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709572 is #8F6A8D. Grayscale: #868686. Windows color (decimal): -9398926 or 7509360. OLE color: 7509360.
HSL color Cylindrical-coordinate representation of color #709572: hue angle of 123.24º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709572 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 114 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.42 |
| HSL | 123.24º | 0.15% | 0.51% | - |
| HSV(B) | 123.24º | 0.25% | 0.58% | - |
| XYZ | 20.47 | 26.15 | 19.89 | - |
| YUV | 133.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 114 | 0.25 | 0 | 0.23 | 0.42 | 123.24 | 0.15 | 0.51 |
| Hex | 70 | 95 | 72 | 19 | 0 | 17 | 2A | 7B | F | 33 |
| Octal | 160 | 225 | 162 | 31 | 0 | 27 | 52 | 173 | 17 | 63 |
| Binary | 1110000 | 10010101 | 1110010 | 11001 | 0 | 10111 | 101010 | 1111011 | 1111 | 110011 |
Color Harmonies of #709572
Complementary color
Monochromatic Colors of #709572
Black with #709572
Text Example
Text Example
White with #709572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709572; }
p { color: rgb(112,149,114); }
H1.HeaderClassName
{
color: #709572;
}
.AnyTagClassName
{
color: #709572;
}
</style>
background-color css
<style>
a { background-color: #709572; }
a { background-color: rgb(112,149,114); }
div.DivClassName
{
background-color: #709572;
}
.BgClassName
{
background-color: #709572;
}
</style>
border-color css
<style>
span { border-color: #709572; }
span { border-color: rgb(112,149,114); }
td.TdClassName
{
border-color: #709572;
}
.TagClassName
{
border-color: #709572;
}
</style>