Shades of Laurel #5A8B68
Tints of Laurel #5A8B68
RGB
CMYK
RGB Variations
Color information
#5A8B68 (or 0x5A8B68) is known color: Laurel. HEX triplet: 5A, 8B and 68. RGB value is (90,139,104). Sum of RGB (Red+Green+Blue) = 90+139+104=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B68 is #A57497. Grayscale: #787878. Windows color (decimal): -10843288 or 6851418. OLE color: 6851418.
HSL color Cylindrical-coordinate representation of color #5A8B68: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B68 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 139 | 104 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.45 |
| HSL | 137.14º | 0.21% | 0.45% | - |
| HSV(B) | 137.14º | 0.35% | 0.55% | - |
| XYZ | 15.95 | 21.64 | 16.43 | - |
| YUV | 120.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 104 | 0.35 | 0 | 0.25 | 0.45 | 137.14 | 0.21 | 0.45 |
| Hex | 5A | 8B | 68 | 23 | 0 | 19 | 2D | 89 | 15 | 2D |
| Octal | 132 | 213 | 150 | 43 | 0 | 31 | 55 | 211 | 25 | 55 |
| Binary | 1011010 | 10001011 | 1101000 | 100011 | 0 | 11001 | 101101 | 10001001 | 10101 | 101101 |
Color Harmonies of #5A8B68
Complementary color
Monochromatic Colors of #5A8B68
Black with #5A8B68
Text Example
Text Example
White with #5A8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B68; }
p { color: rgb(90,139,104); }
H1.HeaderClassName
{
color: #5A8B68;
}
.AnyTagClassName
{
color: #5A8B68;
}
</style>
background-color css
<style>
a { background-color: #5A8B68; }
a { background-color: rgb(90,139,104); }
div.DivClassName
{
background-color: #5A8B68;
}
.BgClassName
{
background-color: #5A8B68;
}
</style>
border-color css
<style>
span { border-color: #5A8B68; }
span { border-color: rgb(90,139,104); }
td.TdClassName
{
border-color: #5A8B68;
}
.TagClassName
{
border-color: #5A8B68;
}
</style>