Shades of Laurel #598E65
Tints of Laurel #598E65
RGB
CMYK
RGB Variations
Color information
#598E65 (or 0x598E65) is known color: Laurel. HEX triplet: 59, 8E and 65. RGB value is (89,142,101). Sum of RGB (Red+Green+Blue) = 89+142+101=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #598E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598E65 is #A6719A. Grayscale: #797979. Windows color (decimal): -10908059 or 6655577. OLE color: 6655577.
HSL color Cylindrical-coordinate representation of color #598E65: hue angle of 133.58º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E65 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 101 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.44 |
| HSL | 133.58º | 0.23% | 0.45% | - |
| HSV(B) | 133.58º | 0.37% | 0.56% | - |
| XYZ | 16.14 | 22.41 | 15.79 | - |
| YUV | 121.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 101 | 0.37 | 0 | 0.29 | 0.44 | 133.58 | 0.23 | 0.45 |
| Hex | 59 | 8E | 65 | 25 | 0 | 1D | 2C | 86 | 17 | 2D |
| Octal | 131 | 216 | 145 | 45 | 0 | 35 | 54 | 206 | 27 | 55 |
| Binary | 1011001 | 10001110 | 1100101 | 100101 | 0 | 11101 | 101100 | 10000110 | 10111 | 101101 |
Color Harmonies of #598E65
Complementary color
Monochromatic Colors of #598E65
Black with #598E65
Text Example
Text Example
White with #598E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E65; }
p { color: rgb(89,142,101); }
H1.HeaderClassName
{
color: #598E65;
}
.AnyTagClassName
{
color: #598E65;
}
</style>
background-color css
<style>
a { background-color: #598E65; }
a { background-color: rgb(89,142,101); }
div.DivClassName
{
background-color: #598E65;
}
.BgClassName
{
background-color: #598E65;
}
</style>
border-color css
<style>
span { border-color: #598E65; }
span { border-color: rgb(89,142,101); }
td.TdClassName
{
border-color: #598E65;
}
.TagClassName
{
border-color: #598E65;
}
</style>