Shades of Laurel #708171
Tints of Laurel #708171
RGB
CMYK
RGB Variations
Color information
#708171 (or 0x708171) is known color: Laurel. HEX triplet: 70, 81 and 71. RGB value is (112,129,113). Sum of RGB (Red+Green+Blue) = 112+129+113=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #708171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708171 is #8F7E8E. Grayscale: #7A7A7A. Windows color (decimal): -9404047 or 7438704. OLE color: 7438704.
HSL color Cylindrical-coordinate representation of color #708171: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #708171 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 113 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.49 |
| HSL | 123.53º | 0.07% | 0.47% | - |
| HSV(B) | 123.53º | 0.13% | 0.51% | - |
| XYZ | 17.51 | 20.34 | 18.63 | - |
| YUV | 122.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 113 | 0.13 | 0 | 0.12 | 0.49 | 123.53 | 0.07 | 0.47 |
| Hex | 70 | 81 | 71 | D | 0 | C | 31 | 7C | 7 | 2F |
| Octal | 160 | 201 | 161 | 15 | 0 | 14 | 61 | 174 | 7 | 57 |
| Binary | 1110000 | 10000001 | 1110001 | 1101 | 0 | 1100 | 110001 | 1111100 | 111 | 101111 |
Color Harmonies of #708171
Complementary color
Monochromatic Colors of #708171
Black with #708171
Text Example
Text Example
White with #708171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708171; }
p { color: rgb(112,129,113); }
H1.HeaderClassName
{
color: #708171;
}
.AnyTagClassName
{
color: #708171;
}
</style>
background-color css
<style>
a { background-color: #708171; }
a { background-color: rgb(112,129,113); }
div.DivClassName
{
background-color: #708171;
}
.BgClassName
{
background-color: #708171;
}
</style>
border-color css
<style>
span { border-color: #708171; }
span { border-color: rgb(112,129,113); }
td.TdClassName
{
border-color: #708171;
}
.TagClassName
{
border-color: #708171;
}
</style>