Shades of Chalet Green #5F6B50
Tints of Chalet Green #5F6B50
RGB
CMYK
RGB Variations
Color information
#5F6B50 (or 0x5F6B50) is known color: Chalet Green. HEX triplet: 5F, 6B and 50. RGB value is (95,107,80). Sum of RGB (Red+Green+Blue) = 95+107+80=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B50 is #A094AF. Grayscale: #646464. Windows color (decimal): -10523824 or 5270367. OLE color: 5270367.
HSL color Cylindrical-coordinate representation of color #5F6B50: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F6B50 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 80 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.58 |
| HSL | 86.67º | 0.14% | 0.37% | - |
| HSV(B) | 86.67º | 0.25% | 0.42% | - |
| XYZ | 11.42 | 13.53 | 9.6 | - |
| YUV | 100.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 80 | 0.11 | 0 | 0.25 | 0.58 | 86.67 | 0.14 | 0.37 |
| Hex | 5F | 6B | 50 | B | 0 | 19 | 3A | 57 | E | 25 |
| Octal | 137 | 153 | 120 | 13 | 0 | 31 | 72 | 127 | 16 | 45 |
| Binary | 1011111 | 1101011 | 1010000 | 1011 | 0 | 11001 | 111010 | 1010111 | 1110 | 100101 |
Color Harmonies of #5F6B50
Complementary color
Monochromatic Colors of #5F6B50
Black with #5F6B50
Text Example
Text Example
White with #5F6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B50; }
p { color: rgb(95,107,80); }
H1.HeaderClassName
{
color: #5F6B50;
}
.AnyTagClassName
{
color: #5F6B50;
}
</style>
background-color css
<style>
a { background-color: #5F6B50; }
a { background-color: rgb(95,107,80); }
div.DivClassName
{
background-color: #5F6B50;
}
.BgClassName
{
background-color: #5F6B50;
}
</style>
border-color css
<style>
span { border-color: #5F6B50; }
span { border-color: rgb(95,107,80); }
td.TdClassName
{
border-color: #5F6B50;
}
.TagClassName
{
border-color: #5F6B50;
}
</style>