Shades of Chalet Green #61713C
Tints of Chalet Green #61713C
RGB
CMYK
RGB Variations
Color information
#61713C (or 0x61713C) is known color: Chalet Green. HEX triplet: 61, 71 and 3C. RGB value is (97,113,60). Sum of RGB (Red+Green+Blue) = 97+113+60=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #61713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61713C is #9E8EC3. Grayscale: #666666. Windows color (decimal): -10391236 or 3961185. OLE color: 3961185.
HSL color Cylindrical-coordinate representation of color #61713C: hue angle of 78.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61713C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 60 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.56 |
| HSL | 78.11º | 0.31% | 0.34% | - |
| HSV(B) | 78.11º | 0.47% | 0.44% | - |
| XYZ | 11.65 | 14.68 | 6.49 | - |
| YUV | 102.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 60 | 0.14 | 0 | 0.47 | 0.56 | 78.11 | 0.31 | 0.34 |
| Hex | 61 | 71 | 3C | E | 0 | 2F | 38 | 4E | 1F | 22 |
| Octal | 141 | 161 | 74 | 16 | 0 | 57 | 70 | 116 | 37 | 42 |
| Binary | 1100001 | 1110001 | 111100 | 1110 | 0 | 101111 | 111000 | 1001110 | 11111 | 100010 |
Color Harmonies of #61713C
Complementary color
Monochromatic Colors of #61713C
Black with #61713C
Text Example
Text Example
White with #61713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61713C; }
p { color: rgb(97,113,60); }
H1.HeaderClassName
{
color: #61713C;
}
.AnyTagClassName
{
color: #61713C;
}
</style>
background-color css
<style>
a { background-color: #61713C; }
a { background-color: rgb(97,113,60); }
div.DivClassName
{
background-color: #61713C;
}
.BgClassName
{
background-color: #61713C;
}
</style>
border-color css
<style>
span { border-color: #61713C; }
span { border-color: rgb(97,113,60); }
td.TdClassName
{
border-color: #61713C;
}
.TagClassName
{
border-color: #61713C;
}
</style>