Shades of Laurel #718F70
Tints of Laurel #718F70
RGB
CMYK
RGB Variations
Color information
#718F70 (or 0x718F70) is known color: Laurel. HEX triplet: 71, 8F and 70. RGB value is (113,143,112). Sum of RGB (Red+Green+Blue) = 113+143+112=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #718F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F70 is #8E708F. Grayscale: #828282. Windows color (decimal): -9334928 or 7376753. OLE color: 7376753.
HSL color Cylindrical-coordinate representation of color #718F70: hue angle of 118.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718F70 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 112 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.44 |
| HSL | 118.06º | 0.12% | 0.5% | - |
| HSV(B) | 118.06º | 0.22% | 0.56% | - |
| XYZ | 19.56 | 24.33 | 18.99 | - |
| YUV | 130.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 112 | 0.21 | 0 | 0.22 | 0.44 | 118.06 | 0.12 | 0.5 |
| Hex | 71 | 8F | 70 | 15 | 0 | 16 | 2C | 76 | C | 32 |
| Octal | 161 | 217 | 160 | 25 | 0 | 26 | 54 | 166 | 14 | 62 |
| Binary | 1110001 | 10001111 | 1110000 | 10101 | 0 | 10110 | 101100 | 1110110 | 1100 | 110010 |
Color Harmonies of #718F70
Complementary color
Monochromatic Colors of #718F70
Black with #718F70
Text Example
Text Example
White with #718F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F70; }
p { color: rgb(113,143,112); }
H1.HeaderClassName
{
color: #718F70;
}
.AnyTagClassName
{
color: #718F70;
}
</style>
background-color css
<style>
a { background-color: #718F70; }
a { background-color: rgb(113,143,112); }
div.DivClassName
{
background-color: #718F70;
}
.BgClassName
{
background-color: #718F70;
}
</style>
border-color css
<style>
span { border-color: #718F70; }
span { border-color: rgb(113,143,112); }
td.TdClassName
{
border-color: #718F70;
}
.TagClassName
{
border-color: #718F70;
}
</style>