Shades of Laurel #709372
Tints of Laurel #709372
RGB
CMYK
RGB Variations
Color information
#709372 (or 0x709372) is known color: Laurel. HEX triplet: 70, 93 and 72. RGB value is (112,147,114). Sum of RGB (Red+Green+Blue) = 112+147+114=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #709372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709372 is #8F6C8D. Grayscale: #848484. Windows color (decimal): -9399438 or 7508848. OLE color: 7508848.
HSL color Cylindrical-coordinate representation of color #709372: hue angle of 123.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709372 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 114 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.42 |
| HSL | 123.43º | 0.14% | 0.51% | - |
| HSV(B) | 123.43º | 0.24% | 0.58% | - |
| XYZ | 20.15 | 25.53 | 19.78 | - |
| YUV | 132.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 114 | 0.24 | 0 | 0.22 | 0.42 | 123.43 | 0.14 | 0.51 |
| Hex | 70 | 93 | 72 | 18 | 0 | 16 | 2A | 7B | E | 33 |
| Octal | 160 | 223 | 162 | 30 | 0 | 26 | 52 | 173 | 16 | 63 |
| Binary | 1110000 | 10010011 | 1110010 | 11000 | 0 | 10110 | 101010 | 1111011 | 1110 | 110011 |
Color Harmonies of #709372
Complementary color
Monochromatic Colors of #709372
Black with #709372
Text Example
Text Example
White with #709372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709372; }
p { color: rgb(112,147,114); }
H1.HeaderClassName
{
color: #709372;
}
.AnyTagClassName
{
color: #709372;
}
</style>
background-color css
<style>
a { background-color: #709372; }
a { background-color: rgb(112,147,114); }
div.DivClassName
{
background-color: #709372;
}
.BgClassName
{
background-color: #709372;
}
</style>
border-color css
<style>
span { border-color: #709372; }
span { border-color: rgb(112,147,114); }
td.TdClassName
{
border-color: #709372;
}
.TagClassName
{
border-color: #709372;
}
</style>