Shades of Chalet Green #606D50
Tints of Chalet Green #606D50
RGB
CMYK
RGB Variations
Color information
#606D50 (or 0x606D50) is known color: Chalet Green. HEX triplet: 60, 6D and 50. RGB value is (96,109,80). Sum of RGB (Red+Green+Blue) = 96+109+80=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #606D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D50 is #9F92AF. Grayscale: #656565. Windows color (decimal): -10457776 or 5270880. OLE color: 5270880.
HSL color Cylindrical-coordinate representation of color #606D50: hue angle of 86.9º 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 #606D50 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 80 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.57 |
| HSL | 86.9º | 0.15% | 0.37% | - |
| HSV(B) | 86.9º | 0.27% | 0.43% | - |
| XYZ | 11.74 | 14 | 9.67 | - |
| YUV | 101.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 80 | 0.12 | 0 | 0.27 | 0.57 | 86.9 | 0.15 | 0.37 |
| Hex | 60 | 6D | 50 | C | 0 | 1B | 39 | 57 | F | 25 |
| Octal | 140 | 155 | 120 | 14 | 0 | 33 | 71 | 127 | 17 | 45 |
| Binary | 1100000 | 1101101 | 1010000 | 1100 | 0 | 11011 | 111001 | 1010111 | 1111 | 100101 |
Color Harmonies of #606D50
Complementary color
Monochromatic Colors of #606D50
Black with #606D50
Text Example
Text Example
White with #606D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D50; }
p { color: rgb(96,109,80); }
H1.HeaderClassName
{
color: #606D50;
}
.AnyTagClassName
{
color: #606D50;
}
</style>
background-color css
<style>
a { background-color: #606D50; }
a { background-color: rgb(96,109,80); }
div.DivClassName
{
background-color: #606D50;
}
.BgClassName
{
background-color: #606D50;
}
</style>
border-color css
<style>
span { border-color: #606D50; }
span { border-color: rgb(96,109,80); }
td.TdClassName
{
border-color: #606D50;
}
.TagClassName
{
border-color: #606D50;
}
</style>