Shades of Laurel #5A9665
Tints of Laurel #5A9665
RGB
CMYK
RGB Variations
Color information
#5A9665 (or 0x5A9665) is known color: Laurel. HEX triplet: 5A, 96 and 65. RGB value is (90,150,101). Sum of RGB (Red+Green+Blue) = 90+150+101=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9665 is #A5699A. Grayscale: #7E7E7E. Windows color (decimal): -10840475 or 6657626. OLE color: 6657626.
HSL color Cylindrical-coordinate representation of color #5A9665: hue angle of 131º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9665 is Cyan = 0.4, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 101 | - |
| CMYK | 0.4 | 0 | 0.33 | 0.41 |
| HSL | 131º | 0.25% | 0.47% | - |
| HSV(B) | 131º | 0.4% | 0.59% | - |
| XYZ | 17.47 | 24.93 | 16.2 | - |
| YUV | 126.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 101 | 0.4 | 0 | 0.33 | 0.41 | 131 | 0.25 | 0.47 |
| Hex | 5A | 96 | 65 | 28 | 0 | 21 | 29 | 83 | 19 | 2F |
| Octal | 132 | 226 | 145 | 50 | 0 | 41 | 51 | 203 | 31 | 57 |
| Binary | 1011010 | 10010110 | 1100101 | 101000 | 0 | 100001 | 101001 | 10000011 | 11001 | 101111 |
Color Harmonies of #5A9665
Complementary color
Monochromatic Colors of #5A9665
Black with #5A9665
Text Example
Text Example
White with #5A9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9665; }
p { color: rgb(90,150,101); }
H1.HeaderClassName
{
color: #5A9665;
}
.AnyTagClassName
{
color: #5A9665;
}
</style>
background-color css
<style>
a { background-color: #5A9665; }
a { background-color: rgb(90,150,101); }
div.DivClassName
{
background-color: #5A9665;
}
.BgClassName
{
background-color: #5A9665;
}
</style>
border-color css
<style>
span { border-color: #5A9665; }
span { border-color: rgb(90,150,101); }
td.TdClassName
{
border-color: #5A9665;
}
.TagClassName
{
border-color: #5A9665;
}
</style>