Shades of Laurel #5E926A
Tints of Laurel #5E926A
RGB
CMYK
RGB Variations
Color information
#5E926A (or 0x5E926A) is known color: Laurel. HEX triplet: 5E, 92 and 6A. RGB value is (94,146,106). Sum of RGB (Red+Green+Blue) = 94+146+106=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #5E926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E926A is #A16D95. Grayscale: #7E7E7E. Windows color (decimal): -10579350 or 6984286. OLE color: 6984286.
HSL color Cylindrical-coordinate representation of color #5E926A: hue angle of 133.85º 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 #5E926A is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 106 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.43 |
| HSL | 133.85º | 0.22% | 0.47% | - |
| HSV(B) | 133.85º | 0.36% | 0.57% | - |
| XYZ | 17.5 | 23.98 | 17.34 | - |
| YUV | 125.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 106 | 0.36 | 0 | 0.27 | 0.43 | 133.85 | 0.22 | 0.47 |
| Hex | 5E | 92 | 6A | 24 | 0 | 1B | 2B | 86 | 16 | 2F |
| Octal | 136 | 222 | 152 | 44 | 0 | 33 | 53 | 206 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1101010 | 100100 | 0 | 11011 | 101011 | 10000110 | 10110 | 101111 |
Color Harmonies of #5E926A
Complementary color
Monochromatic Colors of #5E926A
Black with #5E926A
Text Example
Text Example
White with #5E926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E926A; }
p { color: rgb(94,146,106); }
H1.HeaderClassName
{
color: #5E926A;
}
.AnyTagClassName
{
color: #5E926A;
}
</style>
background-color css
<style>
a { background-color: #5E926A; }
a { background-color: rgb(94,146,106); }
div.DivClassName
{
background-color: #5E926A;
}
.BgClassName
{
background-color: #5E926A;
}
</style>
border-color css
<style>
span { border-color: #5E926A; }
span { border-color: rgb(94,146,106); }
td.TdClassName
{
border-color: #5E926A;
}
.TagClassName
{
border-color: #5E926A;
}
</style>