Shades of Laurel #707F71
Tints of Laurel #707F71
RGB
CMYK
RGB Variations
Color information
#707F71 (or 0x707F71) is known color: Laurel. HEX triplet: 70, 7F and 71. RGB value is (112,127,113). Sum of RGB (Red+Green+Blue) = 112+127+113=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #707F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F71 is #8F808E. Grayscale: #787878. Windows color (decimal): -9404559 or 7438192. OLE color: 7438192.
HSL color Cylindrical-coordinate representation of color #707F71: hue angle of 124º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F71 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 113 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.50 |
| HSL | 124º | 0.06% | 0.47% | - |
| HSV(B) | 124º | 0.12% | 0.5% | - |
| XYZ | 17.25 | 19.82 | 18.54 | - |
| YUV | 120.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 113 | 0.12 | 0 | 0.11 | 0.50 | 124 | 0.06 | 0.47 |
| Hex | 70 | 7F | 71 | C | 0 | B | 32 | 7C | 6 | 2F |
| Octal | 160 | 177 | 161 | 14 | 0 | 13 | 62 | 174 | 6 | 57 |
| Binary | 1110000 | 1111111 | 1110001 | 1100 | 0 | 1011 | 110010 | 1111100 | 110 | 101111 |
Color Harmonies of #707F71
Complementary color
Monochromatic Colors of #707F71
Black with #707F71
Text Example
Text Example
White with #707F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F71; }
p { color: rgb(112,127,113); }
H1.HeaderClassName
{
color: #707F71;
}
.AnyTagClassName
{
color: #707F71;
}
</style>
background-color css
<style>
a { background-color: #707F71; }
a { background-color: rgb(112,127,113); }
div.DivClassName
{
background-color: #707F71;
}
.BgClassName
{
background-color: #707F71;
}
</style>
border-color css
<style>
span { border-color: #707F71; }
span { border-color: rgb(112,127,113); }
td.TdClassName
{
border-color: #707F71;
}
.TagClassName
{
border-color: #707F71;
}
</style>