Shades of Laurel #5A9266
Tints of Laurel #5A9266
RGB
CMYK
RGB Variations
Color information
#5A9266 (or 0x5A9266) is known color: Laurel. HEX triplet: 5A, 92 and 66. RGB value is (90,146,102). Sum of RGB (Red+Green+Blue) = 90+146+102=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9266 is #A56D99. Grayscale: #7C7C7C. Windows color (decimal): -10841498 or 6722138. OLE color: 6722138.
HSL color Cylindrical-coordinate representation of color #5A9266: hue angle of 132.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9266 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 102 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.43 |
| HSL | 132.86º | 0.24% | 0.46% | - |
| HSV(B) | 132.86º | 0.38% | 0.57% | - |
| XYZ | 16.89 | 23.69 | 16.25 | - |
| YUV | 124.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 102 | 0.38 | 0 | 0.30 | 0.43 | 132.86 | 0.24 | 0.46 |
| Hex | 5A | 92 | 66 | 26 | 0 | 1E | 2B | 85 | 18 | 2E |
| Octal | 132 | 222 | 146 | 46 | 0 | 36 | 53 | 205 | 30 | 56 |
| Binary | 1011010 | 10010010 | 1100110 | 100110 | 0 | 11110 | 101011 | 10000101 | 11000 | 101110 |
Color Harmonies of #5A9266
Complementary color
Monochromatic Colors of #5A9266
Black with #5A9266
Text Example
Text Example
White with #5A9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9266; }
p { color: rgb(90,146,102); }
H1.HeaderClassName
{
color: #5A9266;
}
.AnyTagClassName
{
color: #5A9266;
}
</style>
background-color css
<style>
a { background-color: #5A9266; }
a { background-color: rgb(90,146,102); }
div.DivClassName
{
background-color: #5A9266;
}
.BgClassName
{
background-color: #5A9266;
}
</style>
border-color css
<style>
span { border-color: #5A9266; }
span { border-color: rgb(90,146,102); }
td.TdClassName
{
border-color: #5A9266;
}
.TagClassName
{
border-color: #5A9266;
}
</style>