Shades of Chalet Green #606C50
Tints of Chalet Green #606C50
RGB
CMYK
RGB Variations
Color information
#606C50 (or 0x606C50) is known color: Chalet Green. HEX triplet: 60, 6C and 50. RGB value is (96,108,80). Sum of RGB (Red+Green+Blue) = 96+108+80=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #606C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C50 is #9F93AF. Grayscale: #656565. Windows color (decimal): -10458032 or 5270624. OLE color: 5270624.
HSL color Cylindrical-coordinate representation of color #606C50: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606C50 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 80 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.58 |
| HSL | 85.71º | 0.15% | 0.37% | - |
| HSV(B) | 85.71º | 0.26% | 0.42% | - |
| XYZ | 11.63 | 13.79 | 9.64 | - |
| YUV | 101.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 80 | 0.11 | 0 | 0.26 | 0.58 | 85.71 | 0.15 | 0.37 |
| Hex | 60 | 6C | 50 | B | 0 | 1A | 3A | 56 | F | 25 |
| Octal | 140 | 154 | 120 | 13 | 0 | 32 | 72 | 126 | 17 | 45 |
| Binary | 1100000 | 1101100 | 1010000 | 1011 | 0 | 11010 | 111010 | 1010110 | 1111 | 100101 |
Color Harmonies of #606C50
Complementary color
Monochromatic Colors of #606C50
Black with #606C50
Text Example
Text Example
White with #606C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C50; }
p { color: rgb(96,108,80); }
H1.HeaderClassName
{
color: #606C50;
}
.AnyTagClassName
{
color: #606C50;
}
</style>
background-color css
<style>
a { background-color: #606C50; }
a { background-color: rgb(96,108,80); }
div.DivClassName
{
background-color: #606C50;
}
.BgClassName
{
background-color: #606C50;
}
</style>
border-color css
<style>
span { border-color: #606C50; }
span { border-color: rgb(96,108,80); }
td.TdClassName
{
border-color: #606C50;
}
.TagClassName
{
border-color: #606C50;
}
</style>