Shades of Laurel #598E68
Tints of Laurel #598E68
RGB
CMYK
RGB Variations
Color information
#598E68 (or 0x598E68) is known color: Laurel. HEX triplet: 59, 8E and 68. RGB value is (89,142,104). Sum of RGB (Red+Green+Blue) = 89+142+104=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #598E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598E68 is #A67197. Grayscale: #797979. Windows color (decimal): -10908056 or 6852185. OLE color: 6852185.
HSL color Cylindrical-coordinate representation of color #598E68: hue angle of 136.98º 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 #598E68 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 104 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.44 |
| HSL | 136.98º | 0.23% | 0.45% | - |
| HSV(B) | 136.98º | 0.37% | 0.56% | - |
| XYZ | 16.29 | 22.47 | 16.58 | - |
| YUV | 121.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 104 | 0.37 | 0 | 0.27 | 0.44 | 136.98 | 0.23 | 0.45 |
| Hex | 59 | 8E | 68 | 25 | 0 | 1B | 2C | 89 | 17 | 2D |
| Octal | 131 | 216 | 150 | 45 | 0 | 33 | 54 | 211 | 27 | 55 |
| Binary | 1011001 | 10001110 | 1101000 | 100101 | 0 | 11011 | 101100 | 10001001 | 10111 | 101101 |
Color Harmonies of #598E68
Complementary color
Monochromatic Colors of #598E68
Black with #598E68
Text Example
Text Example
White with #598E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E68; }
p { color: rgb(89,142,104); }
H1.HeaderClassName
{
color: #598E68;
}
.AnyTagClassName
{
color: #598E68;
}
</style>
background-color css
<style>
a { background-color: #598E68; }
a { background-color: rgb(89,142,104); }
div.DivClassName
{
background-color: #598E68;
}
.BgClassName
{
background-color: #598E68;
}
</style>
border-color css
<style>
span { border-color: #598E68; }
span { border-color: rgb(89,142,104); }
td.TdClassName
{
border-color: #598E68;
}
.TagClassName
{
border-color: #598E68;
}
</style>