Shades of Chalet Green #616D50
Tints of Chalet Green #616D50
RGB
CMYK
RGB Variations
Color information
#616D50 (or 0x616D50) is known color: Chalet Green. HEX triplet: 61, 6D and 50. RGB value is (97,109,80). Sum of RGB (Red+Green+Blue) = 97+109+80=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #616D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D50 is #9E92AF. Grayscale: #666666. Windows color (decimal): -10392240 or 5270881. OLE color: 5270881.
HSL color Cylindrical-coordinate representation of color #616D50: hue angle of 84.83º degrees, saturation: 0.15, 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 #616D50 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 80 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.57 |
| HSL | 84.83º | 0.15% | 0.37% | - |
| HSV(B) | 84.83º | 0.27% | 0.43% | - |
| XYZ | 11.85 | 14.06 | 9.68 | - |
| YUV | 102.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 80 | 0.11 | 0 | 0.27 | 0.57 | 84.83 | 0.15 | 0.37 |
| Hex | 61 | 6D | 50 | B | 0 | 1B | 39 | 55 | F | 25 |
| Octal | 141 | 155 | 120 | 13 | 0 | 33 | 71 | 125 | 17 | 45 |
| Binary | 1100001 | 1101101 | 1010000 | 1011 | 0 | 11011 | 111001 | 1010101 | 1111 | 100101 |
Color Harmonies of #616D50
Complementary color
Monochromatic Colors of #616D50
Black with #616D50
Text Example
Text Example
White with #616D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D50; }
p { color: rgb(97,109,80); }
H1.HeaderClassName
{
color: #616D50;
}
.AnyTagClassName
{
color: #616D50;
}
</style>
background-color css
<style>
a { background-color: #616D50; }
a { background-color: rgb(97,109,80); }
div.DivClassName
{
background-color: #616D50;
}
.BgClassName
{
background-color: #616D50;
}
</style>
border-color css
<style>
span { border-color: #616D50; }
span { border-color: rgb(97,109,80); }
td.TdClassName
{
border-color: #616D50;
}
.TagClassName
{
border-color: #616D50;
}
</style>