Shades of Chalet Green #607140
Tints of Chalet Green #607140
RGB
CMYK
RGB Variations
Color information
#607140 (or 0x607140) is known color: Chalet Green. HEX triplet: 60, 71 and 40. RGB value is (96,113,64). Sum of RGB (Red+Green+Blue) = 96+113+64=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #607140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607140 is #9F8EBF. Grayscale: #666666. Windows color (decimal): -10456768 or 4223328. OLE color: 4223328.
HSL color Cylindrical-coordinate representation of color #607140: hue angle of 80.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607140 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 64 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.56 |
| HSL | 80.82º | 0.28% | 0.35% | - |
| HSV(B) | 80.82º | 0.43% | 0.44% | - |
| XYZ | 11.65 | 14.67 | 7.07 | - |
| YUV | 102.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 64 | 0.15 | 0 | 0.43 | 0.56 | 80.82 | 0.28 | 0.35 |
| Hex | 60 | 71 | 40 | F | 0 | 2B | 38 | 51 | 1C | 23 |
| Octal | 140 | 161 | 100 | 17 | 0 | 53 | 70 | 121 | 34 | 43 |
| Binary | 1100000 | 1110001 | 1000000 | 1111 | 0 | 101011 | 111000 | 1010001 | 11100 | 100011 |
Color Harmonies of #607140
Complementary color
Monochromatic Colors of #607140
Black with #607140
Text Example
Text Example
White with #607140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607140; }
p { color: rgb(96,113,64); }
H1.HeaderClassName
{
color: #607140;
}
.AnyTagClassName
{
color: #607140;
}
</style>
background-color css
<style>
a { background-color: #607140; }
a { background-color: rgb(96,113,64); }
div.DivClassName
{
background-color: #607140;
}
.BgClassName
{
background-color: #607140;
}
</style>
border-color css
<style>
span { border-color: #607140; }
span { border-color: rgb(96,113,64); }
td.TdClassName
{
border-color: #607140;
}
.TagClassName
{
border-color: #607140;
}
</style>