Shades of Chalet Green #5F6B4F
Tints of Chalet Green #5F6B4F
RGB
CMYK
RGB Variations
Color information
#5F6B4F (or 0x5F6B4F) is known color: Chalet Green. HEX triplet: 5F, 6B and 4F. RGB value is (95,107,79). Sum of RGB (Red+Green+Blue) = 95+107+79=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B4F is #A094B0. Grayscale: #646464. Windows color (decimal): -10523825 or 5204831. OLE color: 5204831.
HSL color Cylindrical-coordinate representation of color #5F6B4F: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F6B4F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 79 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.58 |
| HSL | 85.71º | 0.15% | 0.36% | - |
| HSV(B) | 85.71º | 0.26% | 0.42% | - |
| XYZ | 11.39 | 13.51 | 9.41 | - |
| YUV | 100.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 79 | 0.11 | 0 | 0.26 | 0.58 | 85.71 | 0.15 | 0.36 |
| Hex | 5F | 6B | 4F | B | 0 | 1A | 3A | 56 | F | 24 |
| Octal | 137 | 153 | 117 | 13 | 0 | 32 | 72 | 126 | 17 | 44 |
| Binary | 1011111 | 1101011 | 1001111 | 1011 | 0 | 11010 | 111010 | 1010110 | 1111 | 100100 |
Color Harmonies of #5F6B4F
Complementary color
Monochromatic Colors of #5F6B4F
Black with #5F6B4F
Text Example
Text Example
White with #5F6B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B4F; }
p { color: rgb(95,107,79); }
H1.HeaderClassName
{
color: #5F6B4F;
}
.AnyTagClassName
{
color: #5F6B4F;
}
</style>
background-color css
<style>
a { background-color: #5F6B4F; }
a { background-color: rgb(95,107,79); }
div.DivClassName
{
background-color: #5F6B4F;
}
.BgClassName
{
background-color: #5F6B4F;
}
</style>
border-color css
<style>
span { border-color: #5F6B4F; }
span { border-color: rgb(95,107,79); }
td.TdClassName
{
border-color: #5F6B4F;
}
.TagClassName
{
border-color: #5F6B4F;
}
</style>