Shades of Laurel #5A9065
Tints of Laurel #5A9065
RGB
CMYK
RGB Variations
Color information
#5A9065 (or 0x5A9065) is known color: Laurel. HEX triplet: 5A, 90 and 65. RGB value is (90,144,101). Sum of RGB (Red+Green+Blue) = 90+144+101=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9065 is #A56F9A. Grayscale: #7B7B7B. Windows color (decimal): -10842011 or 6656090. OLE color: 6656090.
HSL color Cylindrical-coordinate representation of color #5A9065: hue angle of 132.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9065 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 101 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.44 |
| HSL | 132.22º | 0.23% | 0.46% | - |
| HSV(B) | 132.22º | 0.38% | 0.56% | - |
| XYZ | 16.54 | 23.06 | 15.89 | - |
| YUV | 122.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 101 | 0.37 | 0 | 0.30 | 0.44 | 132.22 | 0.23 | 0.46 |
| Hex | 5A | 90 | 65 | 25 | 0 | 1E | 2C | 84 | 17 | 2E |
| Octal | 132 | 220 | 145 | 45 | 0 | 36 | 54 | 204 | 27 | 56 |
| Binary | 1011010 | 10010000 | 1100101 | 100101 | 0 | 11110 | 101100 | 10000100 | 10111 | 101110 |
Color Harmonies of #5A9065
Complementary color
Monochromatic Colors of #5A9065
Black with #5A9065
Text Example
Text Example
White with #5A9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9065; }
p { color: rgb(90,144,101); }
H1.HeaderClassName
{
color: #5A9065;
}
.AnyTagClassName
{
color: #5A9065;
}
</style>
background-color css
<style>
a { background-color: #5A9065; }
a { background-color: rgb(90,144,101); }
div.DivClassName
{
background-color: #5A9065;
}
.BgClassName
{
background-color: #5A9065;
}
</style>
border-color css
<style>
span { border-color: #5A9065; }
span { border-color: rgb(90,144,101); }
td.TdClassName
{
border-color: #5A9065;
}
.TagClassName
{
border-color: #5A9065;
}
</style>