Shades of Laurel #709B71
Tints of Laurel #709B71
RGB
CMYK
RGB Variations
Color information
#709B71 (or 0x709B71) is known color: Laurel. HEX triplet: 70, 9B and 71. RGB value is (112,155,113). Sum of RGB (Red+Green+Blue) = 112+155+113=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #709B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B71 is #8F648E. Grayscale: #898989. Windows color (decimal): -9397391 or 7445360. OLE color: 7445360.
HSL color Cylindrical-coordinate representation of color #709B71: hue angle of 121.4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B71 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 113 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.39 |
| HSL | 121.4º | 0.18% | 0.52% | - |
| HSV(B) | 121.4º | 0.28% | 0.61% | - |
| XYZ | 21.38 | 28.08 | 19.92 | - |
| YUV | 137.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 113 | 0.28 | 0 | 0.27 | 0.39 | 121.4 | 0.18 | 0.52 |
| Hex | 70 | 9B | 71 | 1C | 0 | 1B | 27 | 79 | 12 | 34 |
| Octal | 160 | 233 | 161 | 34 | 0 | 33 | 47 | 171 | 22 | 64 |
| Binary | 1110000 | 10011011 | 1110001 | 11100 | 0 | 11011 | 100111 | 1111001 | 10010 | 110100 |
Color Harmonies of #709B71
Complementary color
Monochromatic Colors of #709B71
Black with #709B71
Text Example
Text Example
White with #709B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B71; }
p { color: rgb(112,155,113); }
H1.HeaderClassName
{
color: #709B71;
}
.AnyTagClassName
{
color: #709B71;
}
</style>
background-color css
<style>
a { background-color: #709B71; }
a { background-color: rgb(112,155,113); }
div.DivClassName
{
background-color: #709B71;
}
.BgClassName
{
background-color: #709B71;
}
</style>
border-color css
<style>
span { border-color: #709B71; }
span { border-color: rgb(112,155,113); }
td.TdClassName
{
border-color: #709B71;
}
.TagClassName
{
border-color: #709B71;
}
</style>