Shades of Chalet Green #606E4B
Tints of Chalet Green #606E4B
RGB
CMYK
RGB Variations
Color information
#606E4B (or 0x606E4B) is known color: Chalet Green. HEX triplet: 60, 6E and 4B. RGB value is (96,110,75). Sum of RGB (Red+Green+Blue) = 96+110+75=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #606E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606E4B is #9F91B4. Grayscale: #656565. Windows color (decimal): -10457525 or 4943456. OLE color: 4943456.
HSL color Cylindrical-coordinate representation of color #606E4B: hue angle of 84º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606E4B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 75 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.57 |
| HSL | 84º | 0.19% | 0.36% | - |
| HSV(B) | 84º | 0.32% | 0.43% | - |
| XYZ | 11.67 | 14.15 | 8.77 | - |
| YUV | 101.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 75 | 0.13 | 0 | 0.32 | 0.57 | 84 | 0.19 | 0.36 |
| Hex | 60 | 6E | 4B | D | 0 | 20 | 39 | 54 | 13 | 24 |
| Octal | 140 | 156 | 113 | 15 | 0 | 40 | 71 | 124 | 23 | 44 |
| Binary | 1100000 | 1101110 | 1001011 | 1101 | 0 | 100000 | 111001 | 1010100 | 10011 | 100100 |
Color Harmonies of #606E4B
Complementary color
Monochromatic Colors of #606E4B
Black with #606E4B
Text Example
Text Example
White with #606E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E4B; }
p { color: rgb(96,110,75); }
H1.HeaderClassName
{
color: #606E4B;
}
.AnyTagClassName
{
color: #606E4B;
}
</style>
background-color css
<style>
a { background-color: #606E4B; }
a { background-color: rgb(96,110,75); }
div.DivClassName
{
background-color: #606E4B;
}
.BgClassName
{
background-color: #606E4B;
}
</style>
border-color css
<style>
span { border-color: #606E4B; }
span { border-color: rgb(96,110,75); }
td.TdClassName
{
border-color: #606E4B;
}
.TagClassName
{
border-color: #606E4B;
}
</style>