Shades of Chalet Green #5F6F40
Tints of Chalet Green #5F6F40
RGB
CMYK
RGB Variations
Color information
#5F6F40 (or 0x5F6F40) is known color: Chalet Green. HEX triplet: 5F, 6F and 40. RGB value is (95,111,64). Sum of RGB (Red+Green+Blue) = 95+111+64=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F40 is #A090BF. Grayscale: #656565. Windows color (decimal): -10522816 or 4222815. OLE color: 4222815.
HSL color Cylindrical-coordinate representation of color #5F6F40: hue angle of 80.43º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F6F40 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 64 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.56 |
| HSL | 80.43º | 0.27% | 0.34% | - |
| HSV(B) | 80.43º | 0.42% | 0.44% | - |
| XYZ | 11.33 | 14.17 | 6.99 | - |
| YUV | 100.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 64 | 0.14 | 0 | 0.42 | 0.56 | 80.43 | 0.27 | 0.34 |
| Hex | 5F | 6F | 40 | E | 0 | 2A | 38 | 50 | 1B | 22 |
| Octal | 137 | 157 | 100 | 16 | 0 | 52 | 70 | 120 | 33 | 42 |
| Binary | 1011111 | 1101111 | 1000000 | 1110 | 0 | 101010 | 111000 | 1010000 | 11011 | 100010 |
Color Harmonies of #5F6F40
Complementary color
Monochromatic Colors of #5F6F40
Black with #5F6F40
Text Example
Text Example
White with #5F6F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F40; }
p { color: rgb(95,111,64); }
H1.HeaderClassName
{
color: #5F6F40;
}
.AnyTagClassName
{
color: #5F6F40;
}
</style>
background-color css
<style>
a { background-color: #5F6F40; }
a { background-color: rgb(95,111,64); }
div.DivClassName
{
background-color: #5F6F40;
}
.BgClassName
{
background-color: #5F6F40;
}
</style>
border-color css
<style>
span { border-color: #5F6F40; }
span { border-color: rgb(95,111,64); }
td.TdClassName
{
border-color: #5F6F40;
}
.TagClassName
{
border-color: #5F6F40;
}
</style>