Shades of Chalet Green #5E684F
Tints of Chalet Green #5E684F
RGB
CMYK
RGB Variations
Color information
#5E684F (or 0x5E684F) is known color: Chalet Green. HEX triplet: 5E, 68 and 4F. RGB value is (94,104,79). Sum of RGB (Red+Green+Blue) = 94+104+79=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #5E684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E684F is #A197B0. Grayscale: #626262. Windows color (decimal): -10590129 or 5204062. OLE color: 5204062.
HSL color Cylindrical-coordinate representation of color #5E684F: hue angle of 84º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E684F is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 79 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.59 |
| HSL | 84º | 0.14% | 0.36% | - |
| HSV(B) | 84º | 0.24% | 0.41% | - |
| XYZ | 10.98 | 12.84 | 9.3 | - |
| YUV | 98.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 79 | 0.10 | 0 | 0.24 | 0.59 | 84 | 0.14 | 0.36 |
| Hex | 5E | 68 | 4F | A | 0 | 18 | 3B | 54 | E | 24 |
| Octal | 136 | 150 | 117 | 12 | 0 | 30 | 73 | 124 | 16 | 44 |
| Binary | 1011110 | 1101000 | 1001111 | 1010 | 0 | 11000 | 111011 | 1010100 | 1110 | 100100 |
Color Harmonies of #5E684F
Complementary color
Monochromatic Colors of #5E684F
Black with #5E684F
Text Example
Text Example
White with #5E684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E684F; }
p { color: rgb(94,104,79); }
H1.HeaderClassName
{
color: #5E684F;
}
.AnyTagClassName
{
color: #5E684F;
}
</style>
background-color css
<style>
a { background-color: #5E684F; }
a { background-color: rgb(94,104,79); }
div.DivClassName
{
background-color: #5E684F;
}
.BgClassName
{
background-color: #5E684F;
}
</style>
border-color css
<style>
span { border-color: #5E684F; }
span { border-color: rgb(94,104,79); }
td.TdClassName
{
border-color: #5E684F;
}
.TagClassName
{
border-color: #5E684F;
}
</style>