Shades of Laurel #5A8D67
Tints of Laurel #5A8D67
RGB
CMYK
RGB Variations
Color information
#5A8D67 (or 0x5A8D67) is known color: Laurel. HEX triplet: 5A, 8D and 67. RGB value is (90,141,103). Sum of RGB (Red+Green+Blue) = 90+141+103=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D67 is #A57298. Grayscale: #797979. Windows color (decimal): -10842777 or 6786394. OLE color: 6786394.
HSL color Cylindrical-coordinate representation of color #5A8D67: hue angle of 135.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8D67 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 103 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.45 |
| HSL | 135.29º | 0.22% | 0.45% | - |
| HSV(B) | 135.29º | 0.36% | 0.55% | - |
| XYZ | 16.19 | 22.2 | 16.26 | - |
| YUV | 121.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 103 | 0.36 | 0 | 0.27 | 0.45 | 135.29 | 0.22 | 0.45 |
| Hex | 5A | 8D | 67 | 24 | 0 | 1B | 2D | 87 | 16 | 2D |
| Octal | 132 | 215 | 147 | 44 | 0 | 33 | 55 | 207 | 26 | 55 |
| Binary | 1011010 | 10001101 | 1100111 | 100100 | 0 | 11011 | 101101 | 10000111 | 10110 | 101101 |
Color Harmonies of #5A8D67
Complementary color
Monochromatic Colors of #5A8D67
Black with #5A8D67
Text Example
Text Example
White with #5A8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D67; }
p { color: rgb(90,141,103); }
H1.HeaderClassName
{
color: #5A8D67;
}
.AnyTagClassName
{
color: #5A8D67;
}
</style>
background-color css
<style>
a { background-color: #5A8D67; }
a { background-color: rgb(90,141,103); }
div.DivClassName
{
background-color: #5A8D67;
}
.BgClassName
{
background-color: #5A8D67;
}
</style>
border-color css
<style>
span { border-color: #5A8D67; }
span { border-color: rgb(90,141,103); }
td.TdClassName
{
border-color: #5A8D67;
}
.TagClassName
{
border-color: #5A8D67;
}
</style>