Shades of Laurel #709175
Tints of Laurel #709175
RGB
CMYK
RGB Variations
Color information
#709175 (or 0x709175) is known color: Laurel. HEX triplet: 70, 91 and 75. RGB value is (112,145,117). Sum of RGB (Red+Green+Blue) = 112+145+117=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #709175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709175 is #8F6E8A. Grayscale: #848484. Windows color (decimal): -9399947 or 7704944. OLE color: 7704944.
HSL color Cylindrical-coordinate representation of color #709175: hue angle of 129.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709175 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 117 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.43 |
| HSL | 129.09º | 0.13% | 0.5% | - |
| HSV(B) | 129.09º | 0.23% | 0.57% | - |
| XYZ | 20.02 | 24.98 | 20.6 | - |
| YUV | 131.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 117 | 0.23 | 0 | 0.19 | 0.43 | 129.09 | 0.13 | 0.5 |
| Hex | 70 | 91 | 75 | 17 | 0 | 13 | 2B | 81 | D | 32 |
| Octal | 160 | 221 | 165 | 27 | 0 | 23 | 53 | 201 | 15 | 62 |
| Binary | 1110000 | 10010001 | 1110101 | 10111 | 0 | 10011 | 101011 | 10000001 | 1101 | 110010 |
Color Harmonies of #709175
Complementary color
Monochromatic Colors of #709175
Black with #709175
Text Example
Text Example
White with #709175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709175; }
p { color: rgb(112,145,117); }
H1.HeaderClassName
{
color: #709175;
}
.AnyTagClassName
{
color: #709175;
}
</style>
background-color css
<style>
a { background-color: #709175; }
a { background-color: rgb(112,145,117); }
div.DivClassName
{
background-color: #709175;
}
.BgClassName
{
background-color: #709175;
}
</style>
border-color css
<style>
span { border-color: #709175; }
span { border-color: rgb(112,145,117); }
td.TdClassName
{
border-color: #709175;
}
.TagClassName
{
border-color: #709175;
}
</style>