Shades of Laurel #5E9268
Tints of Laurel #5E9268
RGB
CMYK
RGB Variations
Color information
#5E9268 (or 0x5E9268) is known color: Laurel. HEX triplet: 5E, 92 and 68. RGB value is (94,146,104). Sum of RGB (Red+Green+Blue) = 94+146+104=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9268 is #A16D97. Grayscale: #7D7D7D. Windows color (decimal): -10579352 or 6853214. OLE color: 6853214.
HSL color Cylindrical-coordinate representation of color #5E9268: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9268 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 104 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.43 |
| HSL | 131.54º | 0.22% | 0.47% | - |
| HSV(B) | 131.54º | 0.36% | 0.57% | - |
| XYZ | 17.39 | 23.94 | 16.8 | - |
| YUV | 125.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 104 | 0.36 | 0 | 0.29 | 0.43 | 131.54 | 0.22 | 0.47 |
| Hex | 5E | 92 | 68 | 24 | 0 | 1D | 2B | 84 | 16 | 2F |
| Octal | 136 | 222 | 150 | 44 | 0 | 35 | 53 | 204 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1101000 | 100100 | 0 | 11101 | 101011 | 10000100 | 10110 | 101111 |
Color Harmonies of #5E9268
Complementary color
Monochromatic Colors of #5E9268
Black with #5E9268
Text Example
Text Example
White with #5E9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9268; }
p { color: rgb(94,146,104); }
H1.HeaderClassName
{
color: #5E9268;
}
.AnyTagClassName
{
color: #5E9268;
}
</style>
background-color css
<style>
a { background-color: #5E9268; }
a { background-color: rgb(94,146,104); }
div.DivClassName
{
background-color: #5E9268;
}
.BgClassName
{
background-color: #5E9268;
}
</style>
border-color css
<style>
span { border-color: #5E9268; }
span { border-color: rgb(94,146,104); }
td.TdClassName
{
border-color: #5E9268;
}
.TagClassName
{
border-color: #5E9268;
}
</style>