Shades of Chalet Green #606B4E
Tints of Chalet Green #606B4E
RGB
CMYK
RGB Variations
Color information
#606B4E (or 0x606B4E) is known color: Chalet Green. HEX triplet: 60, 6B and 4E. RGB value is (96,107,78). Sum of RGB (Red+Green+Blue) = 96+107+78=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #606B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B4E is #9F94B1. Grayscale: #646464. Windows color (decimal): -10458290 or 5139296. OLE color: 5139296.
HSL color Cylindrical-coordinate representation of color #606B4E: hue angle of 82.76º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606B4E is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 78 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.58 |
| HSL | 82.76º | 0.16% | 0.36% | - |
| HSV(B) | 82.76º | 0.27% | 0.42% | - |
| XYZ | 11.46 | 13.55 | 9.22 | - |
| YUV | 100.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 78 | 0.10 | 0 | 0.27 | 0.58 | 82.76 | 0.16 | 0.36 |
| Hex | 60 | 6B | 4E | A | 0 | 1B | 3A | 53 | 10 | 24 |
| Octal | 140 | 153 | 116 | 12 | 0 | 33 | 72 | 123 | 20 | 44 |
| Binary | 1100000 | 1101011 | 1001110 | 1010 | 0 | 11011 | 111010 | 1010011 | 10000 | 100100 |
Color Harmonies of #606B4E
Complementary color
Monochromatic Colors of #606B4E
Black with #606B4E
Text Example
Text Example
White with #606B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B4E; }
p { color: rgb(96,107,78); }
H1.HeaderClassName
{
color: #606B4E;
}
.AnyTagClassName
{
color: #606B4E;
}
</style>
background-color css
<style>
a { background-color: #606B4E; }
a { background-color: rgb(96,107,78); }
div.DivClassName
{
background-color: #606B4E;
}
.BgClassName
{
background-color: #606B4E;
}
</style>
border-color css
<style>
span { border-color: #606B4E; }
span { border-color: rgb(96,107,78); }
td.TdClassName
{
border-color: #606B4E;
}
.TagClassName
{
border-color: #606B4E;
}
</style>