Shades of Chalet Green #606F4A
Tints of Chalet Green #606F4A
RGB
CMYK
RGB Variations
Color information
#606F4A (or 0x606F4A) is known color: Chalet Green. HEX triplet: 60, 6F and 4A. RGB value is (96,111,74). Sum of RGB (Red+Green+Blue) = 96+111+74=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #606F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606F4A is #9F90B5. Grayscale: #666666. Windows color (decimal): -10457270 or 4878176. OLE color: 4878176.
HSL color Cylindrical-coordinate representation of color #606F4A: hue angle of 84.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #606F4A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 74 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.56 |
| HSL | 84.32º | 0.2% | 0.36% | - |
| HSV(B) | 84.32º | 0.33% | 0.44% | - |
| XYZ | 11.74 | 14.35 | 8.63 | - |
| YUV | 102.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 74 | 0.14 | 0 | 0.33 | 0.56 | 84.32 | 0.2 | 0.36 |
| Hex | 60 | 6F | 4A | E | 0 | 21 | 38 | 54 | 14 | 24 |
| Octal | 140 | 157 | 112 | 16 | 0 | 41 | 70 | 124 | 24 | 44 |
| Binary | 1100000 | 1101111 | 1001010 | 1110 | 0 | 100001 | 111000 | 1010100 | 10100 | 100100 |
Color Harmonies of #606F4A
Complementary color
Monochromatic Colors of #606F4A
Black with #606F4A
Text Example
Text Example
White with #606F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F4A; }
p { color: rgb(96,111,74); }
H1.HeaderClassName
{
color: #606F4A;
}
.AnyTagClassName
{
color: #606F4A;
}
</style>
background-color css
<style>
a { background-color: #606F4A; }
a { background-color: rgb(96,111,74); }
div.DivClassName
{
background-color: #606F4A;
}
.BgClassName
{
background-color: #606F4A;
}
</style>
border-color css
<style>
span { border-color: #606F4A; }
span { border-color: rgb(96,111,74); }
td.TdClassName
{
border-color: #606F4A;
}
.TagClassName
{
border-color: #606F4A;
}
</style>