Shades of Laurel #709B73
Tints of Laurel #709B73
RGB
CMYK
RGB Variations
Color information
#709B73 (or 0x709B73) is known color: Laurel. HEX triplet: 70, 9B and 73. RGB value is (112,155,115). Sum of RGB (Red+Green+Blue) = 112+155+115=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #709B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B73 is #8F648C. Grayscale: #898989. Windows color (decimal): -9397389 or 7576432. OLE color: 7576432.
HSL color Cylindrical-coordinate representation of color #709B73: hue angle of 124.19º 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 #709B73 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 115 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.39 |
| HSL | 124.19º | 0.18% | 0.52% | - |
| HSV(B) | 124.19º | 0.28% | 0.61% | - |
| XYZ | 21.5 | 28.13 | 20.52 | - |
| YUV | 137.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 115 | 0.28 | 0 | 0.26 | 0.39 | 124.19 | 0.18 | 0.52 |
| Hex | 70 | 9B | 73 | 1C | 0 | 1A | 27 | 7C | 12 | 34 |
| Octal | 160 | 233 | 163 | 34 | 0 | 32 | 47 | 174 | 22 | 64 |
| Binary | 1110000 | 10011011 | 1110011 | 11100 | 0 | 11010 | 100111 | 1111100 | 10010 | 110100 |
Color Harmonies of #709B73
Complementary color
Monochromatic Colors of #709B73
Black with #709B73
Text Example
Text Example
White with #709B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B73; }
p { color: rgb(112,155,115); }
H1.HeaderClassName
{
color: #709B73;
}
.AnyTagClassName
{
color: #709B73;
}
</style>
background-color css
<style>
a { background-color: #709B73; }
a { background-color: rgb(112,155,115); }
div.DivClassName
{
background-color: #709B73;
}
.BgClassName
{
background-color: #709B73;
}
</style>
border-color css
<style>
span { border-color: #709B73; }
span { border-color: rgb(112,155,115); }
td.TdClassName
{
border-color: #709B73;
}
.TagClassName
{
border-color: #709B73;
}
</style>