Shades of Chalet Green #606D42
Tints of Chalet Green #606D42
RGB
CMYK
RGB Variations
Color information
#606D42 (or 0x606D42) is known color: Chalet Green. HEX triplet: 60, 6D and 42. RGB value is (96,109,66). Sum of RGB (Red+Green+Blue) = 96+109+66=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #606D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606D42 is #9F92BD. Grayscale: #646464. Windows color (decimal): -10457790 or 4353376. OLE color: 4353376.
HSL color Cylindrical-coordinate representation of color #606D42: hue angle of 78.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606D42 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 66 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.57 |
| HSL | 78.14º | 0.25% | 0.34% | - |
| HSV(B) | 78.14º | 0.39% | 0.43% | - |
| XYZ | 11.28 | 13.82 | 7.23 | - |
| YUV | 100.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 66 | 0.12 | 0 | 0.39 | 0.57 | 78.14 | 0.25 | 0.34 |
| Hex | 60 | 6D | 42 | C | 0 | 27 | 39 | 4E | 19 | 22 |
| Octal | 140 | 155 | 102 | 14 | 0 | 47 | 71 | 116 | 31 | 42 |
| Binary | 1100000 | 1101101 | 1000010 | 1100 | 0 | 100111 | 111001 | 1001110 | 11001 | 100010 |
Color Harmonies of #606D42
Complementary color
Monochromatic Colors of #606D42
Black with #606D42
Text Example
Text Example
White with #606D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D42; }
p { color: rgb(96,109,66); }
H1.HeaderClassName
{
color: #606D42;
}
.AnyTagClassName
{
color: #606D42;
}
</style>
background-color css
<style>
a { background-color: #606D42; }
a { background-color: rgb(96,109,66); }
div.DivClassName
{
background-color: #606D42;
}
.BgClassName
{
background-color: #606D42;
}
</style>
border-color css
<style>
span { border-color: #606D42; }
span { border-color: rgb(96,109,66); }
td.TdClassName
{
border-color: #606D42;
}
.TagClassName
{
border-color: #606D42;
}
</style>