Shades of Laurel #718A71
Tints of Laurel #718A71
RGB
CMYK
RGB Variations
Color information
#718A71 (or 0x718A71) is known color: Laurel. HEX triplet: 71, 8A and 71. RGB value is (113,138,113). Sum of RGB (Red+Green+Blue) = 113+138+113=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #718A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A71 is #8E758E. Grayscale: #7F7F7F. Windows color (decimal): -9336207 or 7441009. OLE color: 7441009.
HSL color Cylindrical-coordinate representation of color #718A71: hue angle of 120º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718A71 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 113 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.46 |
| HSL | 120º | 0.1% | 0.49% | - |
| HSV(B) | 120º | 0.18% | 0.54% | - |
| XYZ | 18.88 | 22.88 | 19.04 | - |
| YUV | 127.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 113 | 0.18 | 0 | 0.18 | 0.46 | 120 | 0.1 | 0.49 |
| Hex | 71 | 8A | 71 | 12 | 0 | 12 | 2E | 78 | A | 31 |
| Octal | 161 | 212 | 161 | 22 | 0 | 22 | 56 | 170 | 12 | 61 |
| Binary | 1110001 | 10001010 | 1110001 | 10010 | 0 | 10010 | 101110 | 1111000 | 1010 | 110001 |
Color Harmonies of #718A71
Complementary color
Monochromatic Colors of #718A71
Black with #718A71
Text Example
Text Example
White with #718A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A71; }
p { color: rgb(113,138,113); }
H1.HeaderClassName
{
color: #718A71;
}
.AnyTagClassName
{
color: #718A71;
}
</style>
background-color css
<style>
a { background-color: #718A71; }
a { background-color: rgb(113,138,113); }
div.DivClassName
{
background-color: #718A71;
}
.BgClassName
{
background-color: #718A71;
}
</style>
border-color css
<style>
span { border-color: #718A71; }
span { border-color: rgb(113,138,113); }
td.TdClassName
{
border-color: #718A71;
}
.TagClassName
{
border-color: #718A71;
}
</style>