Shades of Chalet Green #5F6E50
Tints of Chalet Green #5F6E50
RGB
CMYK
RGB Variations
Color information
#5F6E50 (or 0x5F6E50) is known color: Chalet Green. HEX triplet: 5F, 6E and 50. RGB value is (95,110,80). Sum of RGB (Red+Green+Blue) = 95+110+80=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 110 - color contains mainly: green. Hex color #5F6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6E50 is #A091AF. Grayscale: #666666. Windows color (decimal): -10523056 or 5271135. OLE color: 5271135.
HSL color Cylindrical-coordinate representation of color #5F6E50: hue angle of 90º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F6E50 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 110 | 80 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.57 |
| HSL | 90º | 0.16% | 0.37% | - |
| HSV(B) | 90º | 0.27% | 0.43% | - |
| XYZ | 11.74 | 14.16 | 9.7 | - |
| YUV | 102.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 110 | 80 | 0.14 | 0 | 0.27 | 0.57 | 90 | 0.16 | 0.37 |
| Hex | 5F | 6E | 50 | E | 0 | 1B | 39 | 5A | 10 | 25 |
| Octal | 137 | 156 | 120 | 16 | 0 | 33 | 71 | 132 | 20 | 45 |
| Binary | 1011111 | 1101110 | 1010000 | 1110 | 0 | 11011 | 111001 | 1011010 | 10000 | 100101 |
Color Harmonies of #5F6E50
Complementary color
Monochromatic Colors of #5F6E50
Black with #5F6E50
Text Example
Text Example
White with #5F6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6E50; }
p { color: rgb(95,110,80); }
H1.HeaderClassName
{
color: #5F6E50;
}
.AnyTagClassName
{
color: #5F6E50;
}
</style>
background-color css
<style>
a { background-color: #5F6E50; }
a { background-color: rgb(95,110,80); }
div.DivClassName
{
background-color: #5F6E50;
}
.BgClassName
{
background-color: #5F6E50;
}
</style>
border-color css
<style>
span { border-color: #5F6E50; }
span { border-color: rgb(95,110,80); }
td.TdClassName
{
border-color: #5F6E50;
}
.TagClassName
{
border-color: #5F6E50;
}
</style>