Shades of Laurel #709071
Tints of Laurel #709071
RGB
CMYK
RGB Variations
Color information
#709071 (or 0x709071) is known color: Laurel. HEX triplet: 70, 90 and 71. RGB value is (112,144,113). Sum of RGB (Red+Green+Blue) = 112+144+113=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #709071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709071 is #8F6F8E. Grayscale: #828282. Windows color (decimal): -9400207 or 7442544. OLE color: 7442544.
HSL color Cylindrical-coordinate representation of color #709071: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #709071 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 113 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.44 |
| HSL | 121.88º | 0.13% | 0.5% | - |
| HSV(B) | 121.88º | 0.22% | 0.56% | - |
| XYZ | 19.64 | 24.58 | 19.33 | - |
| YUV | 130.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 113 | 0.22 | 0 | 0.22 | 0.44 | 121.88 | 0.13 | 0.5 |
| Hex | 70 | 90 | 71 | 16 | 0 | 16 | 2C | 7A | D | 32 |
| Octal | 160 | 220 | 161 | 26 | 0 | 26 | 54 | 172 | 15 | 62 |
| Binary | 1110000 | 10010000 | 1110001 | 10110 | 0 | 10110 | 101100 | 1111010 | 1101 | 110010 |
Color Harmonies of #709071
Complementary color
Monochromatic Colors of #709071
Black with #709071
Text Example
Text Example
White with #709071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709071; }
p { color: rgb(112,144,113); }
H1.HeaderClassName
{
color: #709071;
}
.AnyTagClassName
{
color: #709071;
}
</style>
background-color css
<style>
a { background-color: #709071; }
a { background-color: rgb(112,144,113); }
div.DivClassName
{
background-color: #709071;
}
.BgClassName
{
background-color: #709071;
}
</style>
border-color css
<style>
span { border-color: #709071; }
span { border-color: rgb(112,144,113); }
td.TdClassName
{
border-color: #709071;
}
.TagClassName
{
border-color: #709071;
}
</style>