Shades of Laurel #707E71
Tints of Laurel #707E71
RGB
CMYK
RGB Variations
Color information
#707E71 (or 0x707E71) is known color: Laurel. HEX triplet: 70, 7E and 71. RGB value is (112,126,113). Sum of RGB (Red+Green+Blue) = 112+126+113=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #707E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E71 is #8F818E. Grayscale: #787878. Windows color (decimal): -9404815 or 7437936. OLE color: 7437936.
HSL color Cylindrical-coordinate representation of color #707E71: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E71 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 113 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.51 |
| HSL | 124.29º | 0.06% | 0.47% | - |
| HSV(B) | 124.29º | 0.11% | 0.49% | - |
| XYZ | 17.12 | 19.56 | 18.5 | - |
| YUV | 120.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 113 | 0.11 | 0 | 0.10 | 0.51 | 124.29 | 0.06 | 0.47 |
| Hex | 70 | 7E | 71 | B | 0 | A | 33 | 7C | 6 | 2F |
| Octal | 160 | 176 | 161 | 13 | 0 | 12 | 63 | 174 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1110001 | 1011 | 0 | 1010 | 110011 | 1111100 | 110 | 101111 |
Color Harmonies of #707E71
Complementary color
Monochromatic Colors of #707E71
Black with #707E71
Text Example
Text Example
White with #707E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E71; }
p { color: rgb(112,126,113); }
H1.HeaderClassName
{
color: #707E71;
}
.AnyTagClassName
{
color: #707E71;
}
</style>
background-color css
<style>
a { background-color: #707E71; }
a { background-color: rgb(112,126,113); }
div.DivClassName
{
background-color: #707E71;
}
.BgClassName
{
background-color: #707E71;
}
</style>
border-color css
<style>
span { border-color: #707E71; }
span { border-color: rgb(112,126,113); }
td.TdClassName
{
border-color: #707E71;
}
.TagClassName
{
border-color: #707E71;
}
</style>