Shades of Laurel #709870
Tints of Laurel #709870
RGB
CMYK
RGB Variations
Color information
#709870 (or 0x709870) is known color: Laurel. HEX triplet: 70, 98 and 70. RGB value is (112,152,112). Sum of RGB (Red+Green+Blue) = 112+152+112=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #709870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709870 is #8F678F. Grayscale: #878787. Windows color (decimal): -9398160 or 7379056. OLE color: 7379056.
HSL color Cylindrical-coordinate representation of color #709870: hue angle of 120º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709870 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 112 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.40 |
| HSL | 120º | 0.16% | 0.52% | - |
| HSV(B) | 120º | 0.26% | 0.6% | - |
| XYZ | 20.83 | 27.07 | 19.46 | - |
| YUV | 135.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 112 | 0.26 | 0 | 0.26 | 0.40 | 120 | 0.16 | 0.52 |
| Hex | 70 | 98 | 70 | 1A | 0 | 1A | 28 | 78 | 10 | 34 |
| Octal | 160 | 230 | 160 | 32 | 0 | 32 | 50 | 170 | 20 | 64 |
| Binary | 1110000 | 10011000 | 1110000 | 11010 | 0 | 11010 | 101000 | 1111000 | 10000 | 110100 |
Color Harmonies of #709870
Complementary color
Monochromatic Colors of #709870
Black with #709870
Text Example
Text Example
White with #709870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709870; }
p { color: rgb(112,152,112); }
H1.HeaderClassName
{
color: #709870;
}
.AnyTagClassName
{
color: #709870;
}
</style>
background-color css
<style>
a { background-color: #709870; }
a { background-color: rgb(112,152,112); }
div.DivClassName
{
background-color: #709870;
}
.BgClassName
{
background-color: #709870;
}
</style>
border-color css
<style>
span { border-color: #709870; }
span { border-color: rgb(112,152,112); }
td.TdClassName
{
border-color: #709870;
}
.TagClassName
{
border-color: #709870;
}
</style>