Shades of Laurel #718C71
Tints of Laurel #718C71
RGB
CMYK
RGB Variations
Color information
#718C71 (or 0x718C71) is known color: Laurel. HEX triplet: 71, 8C and 71. RGB value is (113,140,113). Sum of RGB (Red+Green+Blue) = 113+140+113=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 140 - color contains mainly: green. Hex color #718C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C71 is #8E738E. Grayscale: #808080. Windows color (decimal): -9335695 or 7441521. OLE color: 7441521.
HSL color Cylindrical-coordinate representation of color #718C71: hue angle of 120º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718C71 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 113 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.45 |
| HSL | 120º | 0.11% | 0.5% | - |
| HSV(B) | 120º | 0.19% | 0.55% | - |
| XYZ | 19.17 | 23.46 | 19.14 | - |
| YUV | 128.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 113 | 0.19 | 0 | 0.19 | 0.45 | 120 | 0.11 | 0.5 |
| Hex | 71 | 8C | 71 | 13 | 0 | 13 | 2D | 78 | B | 32 |
| Octal | 161 | 214 | 161 | 23 | 0 | 23 | 55 | 170 | 13 | 62 |
| Binary | 1110001 | 10001100 | 1110001 | 10011 | 0 | 10011 | 101101 | 1111000 | 1011 | 110010 |
Color Harmonies of #718C71
Complementary color
Monochromatic Colors of #718C71
Black with #718C71
Text Example
Text Example
White with #718C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C71; }
p { color: rgb(113,140,113); }
H1.HeaderClassName
{
color: #718C71;
}
.AnyTagClassName
{
color: #718C71;
}
</style>
background-color css
<style>
a { background-color: #718C71; }
a { background-color: rgb(113,140,113); }
div.DivClassName
{
background-color: #718C71;
}
.BgClassName
{
background-color: #718C71;
}
</style>
border-color css
<style>
span { border-color: #718C71; }
span { border-color: rgb(113,140,113); }
td.TdClassName
{
border-color: #718C71;
}
.TagClassName
{
border-color: #718C71;
}
</style>