Shades of Laurel #5E9269
Tints of Laurel #5E9269
RGB
CMYK
RGB Variations
Color information
#5E9269 (or 0x5E9269) is known color: Laurel. HEX triplet: 5E, 92 and 69. RGB value is (94,146,105). Sum of RGB (Red+Green+Blue) = 94+146+105=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9269 is #A16D96. Grayscale: #7D7D7D. Windows color (decimal): -10579351 or 6918750. OLE color: 6918750.
HSL color Cylindrical-coordinate representation of color #5E9269: hue angle of 132.69º 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 #5E9269 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 105 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.43 |
| HSL | 132.69º | 0.22% | 0.47% | - |
| HSV(B) | 132.69º | 0.36% | 0.57% | - |
| XYZ | 17.44 | 23.96 | 17.07 | - |
| YUV | 125.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 105 | 0.36 | 0 | 0.28 | 0.43 | 132.69 | 0.22 | 0.47 |
| Hex | 5E | 92 | 69 | 24 | 0 | 1C | 2B | 85 | 16 | 2F |
| Octal | 136 | 222 | 151 | 44 | 0 | 34 | 53 | 205 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1101001 | 100100 | 0 | 11100 | 101011 | 10000101 | 10110 | 101111 |
Color Harmonies of #5E9269
Complementary color
Monochromatic Colors of #5E9269
Black with #5E9269
Text Example
Text Example
White with #5E9269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9269; }
p { color: rgb(94,146,105); }
H1.HeaderClassName
{
color: #5E9269;
}
.AnyTagClassName
{
color: #5E9269;
}
</style>
background-color css
<style>
a { background-color: #5E9269; }
a { background-color: rgb(94,146,105); }
div.DivClassName
{
background-color: #5E9269;
}
.BgClassName
{
background-color: #5E9269;
}
</style>
border-color css
<style>
span { border-color: #5E9269; }
span { border-color: rgb(94,146,105); }
td.TdClassName
{
border-color: #5E9269;
}
.TagClassName
{
border-color: #5E9269;
}
</style>