Shades of Laurel #5C8E6A
Tints of Laurel #5C8E6A
RGB
CMYK
RGB Variations
Color information
#5C8E6A (or 0x5C8E6A) is known color: Laurel. HEX triplet: 5C, 8E and 6A. RGB value is (92,142,106). Sum of RGB (Red+Green+Blue) = 92+142+106=340 (45% of max value = 765). Red value is 92 (36.33% from 255 or 27.06% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8E6A is #A37195. Grayscale: #7B7B7B. Windows color (decimal): -10711446 or 6983260. OLE color: 6983260.
HSL color Cylindrical-coordinate representation of color #5C8E6A: hue angle of 136.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C8E6A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 142 | 106 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.44 |
| HSL | 136.8º | 0.21% | 0.46% | - |
| HSV(B) | 136.8º | 0.35% | 0.56% | - |
| XYZ | 16.69 | 22.66 | 17.13 | - |
| YUV | 122.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 106 | 0.35 | 0 | 0.25 | 0.44 | 136.8 | 0.21 | 0.46 |
| Hex | 5C | 8E | 6A | 23 | 0 | 19 | 2C | 89 | 15 | 2E |
| Octal | 134 | 216 | 152 | 43 | 0 | 31 | 54 | 211 | 25 | 56 |
| Binary | 1011100 | 10001110 | 1101010 | 100011 | 0 | 11001 | 101100 | 10001001 | 10101 | 101110 |
Color Harmonies of #5C8E6A
Complementary color
Monochromatic Colors of #5C8E6A
Black with #5C8E6A
Text Example
Text Example
White with #5C8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8E6A; }
p { color: rgb(92,142,106); }
H1.HeaderClassName
{
color: #5C8E6A;
}
.AnyTagClassName
{
color: #5C8E6A;
}
</style>
background-color css
<style>
a { background-color: #5C8E6A; }
a { background-color: rgb(92,142,106); }
div.DivClassName
{
background-color: #5C8E6A;
}
.BgClassName
{
background-color: #5C8E6A;
}
</style>
border-color css
<style>
span { border-color: #5C8E6A; }
span { border-color: rgb(92,142,106); }
td.TdClassName
{
border-color: #5C8E6A;
}
.TagClassName
{
border-color: #5C8E6A;
}
</style>