Shades of Chalet Green #60714C
Tints of Chalet Green #60714C
RGB
CMYK
RGB Variations
Color information
#60714C (or 0x60714C) is known color: Chalet Green. HEX triplet: 60, 71 and 4C. RGB value is (96,113,76). Sum of RGB (Red+Green+Blue) = 96+113+76=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #60714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60714C is #9F8EB3. Grayscale: #676767. Windows color (decimal): -10456756 or 5009760. OLE color: 5009760.
HSL color Cylindrical-coordinate representation of color #60714C: hue angle of 87.57º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60714C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 76 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.56 |
| HSL | 87.57º | 0.2% | 0.37% | - |
| HSV(B) | 87.57º | 0.33% | 0.44% | - |
| XYZ | 12.03 | 14.82 | 9.06 | - |
| YUV | 103.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 76 | 0.15 | 0 | 0.33 | 0.56 | 87.57 | 0.2 | 0.37 |
| Hex | 60 | 71 | 4C | F | 0 | 21 | 38 | 58 | 14 | 25 |
| Octal | 140 | 161 | 114 | 17 | 0 | 41 | 70 | 130 | 24 | 45 |
| Binary | 1100000 | 1110001 | 1001100 | 1111 | 0 | 100001 | 111000 | 1011000 | 10100 | 100101 |
Color Harmonies of #60714C
Complementary color
Monochromatic Colors of #60714C
Black with #60714C
Text Example
Text Example
White with #60714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60714C; }
p { color: rgb(96,113,76); }
H1.HeaderClassName
{
color: #60714C;
}
.AnyTagClassName
{
color: #60714C;
}
</style>
background-color css
<style>
a { background-color: #60714C; }
a { background-color: rgb(96,113,76); }
div.DivClassName
{
background-color: #60714C;
}
.BgClassName
{
background-color: #60714C;
}
</style>
border-color css
<style>
span { border-color: #60714C; }
span { border-color: rgb(96,113,76); }
td.TdClassName
{
border-color: #60714C;
}
.TagClassName
{
border-color: #60714C;
}
</style>