Shades of Chalet Green #61714B
Tints of Chalet Green #61714B
RGB
CMYK
RGB Variations
Color information
#61714B (or 0x61714B) is known color: Chalet Green. HEX triplet: 61, 71 and 4B. RGB value is (97,113,75). Sum of RGB (Red+Green+Blue) = 97+113+75=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #61714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61714B is #9E8EB4. Grayscale: #686868. Windows color (decimal): -10391221 or 4944225. OLE color: 4944225.
HSL color Cylindrical-coordinate representation of color #61714B: hue angle of 85.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61714B is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 75 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.56 |
| HSL | 85.26º | 0.2% | 0.37% | - |
| HSV(B) | 85.26º | 0.34% | 0.44% | - |
| XYZ | 12.1 | 14.86 | 8.89 | - |
| YUV | 103.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 75 | 0.14 | 0 | 0.34 | 0.56 | 85.26 | 0.2 | 0.37 |
| Hex | 61 | 71 | 4B | E | 0 | 22 | 38 | 55 | 14 | 25 |
| Octal | 141 | 161 | 113 | 16 | 0 | 42 | 70 | 125 | 24 | 45 |
| Binary | 1100001 | 1110001 | 1001011 | 1110 | 0 | 100010 | 111000 | 1010101 | 10100 | 100101 |
Color Harmonies of #61714B
Complementary color
Monochromatic Colors of #61714B
Black with #61714B
Text Example
Text Example
White with #61714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61714B; }
p { color: rgb(97,113,75); }
H1.HeaderClassName
{
color: #61714B;
}
.AnyTagClassName
{
color: #61714B;
}
</style>
background-color css
<style>
a { background-color: #61714B; }
a { background-color: rgb(97,113,75); }
div.DivClassName
{
background-color: #61714B;
}
.BgClassName
{
background-color: #61714B;
}
</style>
border-color css
<style>
span { border-color: #61714B; }
span { border-color: rgb(97,113,75); }
td.TdClassName
{
border-color: #61714B;
}
.TagClassName
{
border-color: #61714B;
}
</style>