Shades of Laurel #718774
Tints of Laurel #718774
RGB
CMYK
RGB Variations
Color information
#718774 (or 0x718774) is known color: Laurel. HEX triplet: 71, 87 and 74. RGB value is (113,135,116). Sum of RGB (Red+Green+Blue) = 113+135+116=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #718774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718774 is #8E788B. Grayscale: #7E7E7E. Windows color (decimal): -9336972 or 7636849. OLE color: 7636849.
HSL color Cylindrical-coordinate representation of color #718774: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718774 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 116 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.47 |
| HSL | 128.18º | 0.09% | 0.49% | - |
| HSV(B) | 128.18º | 0.16% | 0.53% | - |
| XYZ | 18.63 | 22.1 | 19.81 | - |
| YUV | 126.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 116 | 0.16 | 0 | 0.14 | 0.47 | 128.18 | 0.09 | 0.49 |
| Hex | 71 | 87 | 74 | 10 | 0 | E | 2F | 80 | 9 | 31 |
| Octal | 161 | 207 | 164 | 20 | 0 | 16 | 57 | 200 | 11 | 61 |
| Binary | 1110001 | 10000111 | 1110100 | 10000 | 0 | 1110 | 101111 | 10000000 | 1001 | 110001 |
Color Harmonies of #718774
Complementary color
Monochromatic Colors of #718774
Black with #718774
Text Example
Text Example
White with #718774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718774; }
p { color: rgb(113,135,116); }
H1.HeaderClassName
{
color: #718774;
}
.AnyTagClassName
{
color: #718774;
}
</style>
background-color css
<style>
a { background-color: #718774; }
a { background-color: rgb(113,135,116); }
div.DivClassName
{
background-color: #718774;
}
.BgClassName
{
background-color: #718774;
}
</style>
border-color css
<style>
span { border-color: #718774; }
span { border-color: rgb(113,135,116); }
td.TdClassName
{
border-color: #718774;
}
.TagClassName
{
border-color: #718774;
}
</style>