Shades of Laurel #5A8962
Tints of Laurel #5A8962
RGB
CMYK
RGB Variations
Color information
#5A8962 (or 0x5A8962) is known color: Laurel. HEX triplet: 5A, 89 and 62. RGB value is (90,137,98). Sum of RGB (Red+Green+Blue) = 90+137+98=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8962 is #A5769D. Grayscale: #767676. Windows color (decimal): -10843806 or 6457690. OLE color: 6457690.
HSL color Cylindrical-coordinate representation of color #5A8962: hue angle of 130.21º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8962 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 98 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.46 |
| HSL | 130.21º | 0.21% | 0.45% | - |
| HSV(B) | 130.21º | 0.34% | 0.54% | - |
| XYZ | 15.37 | 20.95 | 14.79 | - |
| YUV | 118.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 98 | 0.34 | 0 | 0.28 | 0.46 | 130.21 | 0.21 | 0.45 |
| Hex | 5A | 89 | 62 | 22 | 0 | 1C | 2E | 82 | 15 | 2D |
| Octal | 132 | 211 | 142 | 42 | 0 | 34 | 56 | 202 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1100010 | 100010 | 0 | 11100 | 101110 | 10000010 | 10101 | 101101 |
Color Harmonies of #5A8962
Complementary color
Monochromatic Colors of #5A8962
Black with #5A8962
Text Example
Text Example
White with #5A8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8962; }
p { color: rgb(90,137,98); }
H1.HeaderClassName
{
color: #5A8962;
}
.AnyTagClassName
{
color: #5A8962;
}
</style>
background-color css
<style>
a { background-color: #5A8962; }
a { background-color: rgb(90,137,98); }
div.DivClassName
{
background-color: #5A8962;
}
.BgClassName
{
background-color: #5A8962;
}
</style>
border-color css
<style>
span { border-color: #5A8962; }
span { border-color: rgb(90,137,98); }
td.TdClassName
{
border-color: #5A8962;
}
.TagClassName
{
border-color: #5A8962;
}
</style>