Shades of Chalet Green #5F703C
Tints of Chalet Green #5F703C
RGB
CMYK
RGB Variations
Color information
#5F703C (or 0x5F703C) is known color: Chalet Green. HEX triplet: 5F, 70 and 3C. RGB value is (95,112,60). Sum of RGB (Red+Green+Blue) = 95+112+60=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #5F703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F703C is #A08FC3. Grayscale: #656565. Windows color (decimal): -10522564 or 3960927. OLE color: 3960927.
HSL color Cylindrical-coordinate representation of color #5F703C: hue angle of 79.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F703C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 60 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.56 |
| HSL | 79.62º | 0.3% | 0.34% | - |
| HSV(B) | 79.62º | 0.46% | 0.44% | - |
| XYZ | 11.33 | 14.35 | 6.45 | - |
| YUV | 100.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 60 | 0.15 | 0 | 0.46 | 0.56 | 79.62 | 0.3 | 0.34 |
| Hex | 5F | 70 | 3C | F | 0 | 2E | 38 | 50 | 1E | 22 |
| Octal | 137 | 160 | 74 | 17 | 0 | 56 | 70 | 120 | 36 | 42 |
| Binary | 1011111 | 1110000 | 111100 | 1111 | 0 | 101110 | 111000 | 1010000 | 11110 | 100010 |
Color Harmonies of #5F703C
Complementary color
Monochromatic Colors of #5F703C
Black with #5F703C
Text Example
Text Example
White with #5F703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F703C; }
p { color: rgb(95,112,60); }
H1.HeaderClassName
{
color: #5F703C;
}
.AnyTagClassName
{
color: #5F703C;
}
</style>
background-color css
<style>
a { background-color: #5F703C; }
a { background-color: rgb(95,112,60); }
div.DivClassName
{
background-color: #5F703C;
}
.BgClassName
{
background-color: #5F703C;
}
</style>
border-color css
<style>
span { border-color: #5F703C; }
span { border-color: rgb(95,112,60); }
td.TdClassName
{
border-color: #5F703C;
}
.TagClassName
{
border-color: #5F703C;
}
</style>