Shades of Laurel #598F65
Tints of Laurel #598F65
RGB
CMYK
RGB Variations
Color information
#598F65 (or 0x598F65) is known color: Laurel. HEX triplet: 59, 8F and 65. RGB value is (89,143,101). Sum of RGB (Red+Green+Blue) = 89+143+101=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #598F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598F65 is #A6709A. Grayscale: #7A7A7A. Windows color (decimal): -10907803 or 6655833. OLE color: 6655833.
HSL color Cylindrical-coordinate representation of color #598F65: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598F65 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 143 | 101 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.44 |
| HSL | 133.33º | 0.23% | 0.45% | - |
| HSV(B) | 133.33º | 0.38% | 0.56% | - |
| XYZ | 16.29 | 22.71 | 15.84 | - |
| YUV | 122.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 101 | 0.38 | 0 | 0.29 | 0.44 | 133.33 | 0.23 | 0.45 |
| Hex | 59 | 8F | 65 | 26 | 0 | 1D | 2C | 85 | 17 | 2D |
| Octal | 131 | 217 | 145 | 46 | 0 | 35 | 54 | 205 | 27 | 55 |
| Binary | 1011001 | 10001111 | 1100101 | 100110 | 0 | 11101 | 101100 | 10000101 | 10111 | 101101 |
Color Harmonies of #598F65
Complementary color
Monochromatic Colors of #598F65
Black with #598F65
Text Example
Text Example
White with #598F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598F65; }
p { color: rgb(89,143,101); }
H1.HeaderClassName
{
color: #598F65;
}
.AnyTagClassName
{
color: #598F65;
}
</style>
background-color css
<style>
a { background-color: #598F65; }
a { background-color: rgb(89,143,101); }
div.DivClassName
{
background-color: #598F65;
}
.BgClassName
{
background-color: #598F65;
}
</style>
border-color css
<style>
span { border-color: #598F65; }
span { border-color: rgb(89,143,101); }
td.TdClassName
{
border-color: #598F65;
}
.TagClassName
{
border-color: #598F65;
}
</style>