Shades of Chalet Green #5F753D
Tints of Chalet Green #5F753D
RGB
CMYK
RGB Variations
Color information
#5F753D (or 0x5F753D) is known color: Chalet Green. HEX triplet: 5F, 75 and 3D. RGB value is (95,117,61). Sum of RGB (Red+Green+Blue) = 95+117+61=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #5F753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F753D is #A08AC2. Grayscale: #686868. Windows color (decimal): -10521283 or 4027743. OLE color: 4027743.
HSL color Cylindrical-coordinate representation of color #5F753D: hue angle of 83.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F753D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 61 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.54 |
| HSL | 83.57º | 0.31% | 0.35% | - |
| HSV(B) | 83.57º | 0.48% | 0.46% | - |
| XYZ | 11.92 | 15.49 | 6.78 | - |
| YUV | 104.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 61 | 0.19 | 0 | 0.48 | 0.54 | 83.57 | 0.31 | 0.35 |
| Hex | 5F | 75 | 3D | 13 | 0 | 30 | 36 | 54 | 1F | 23 |
| Octal | 137 | 165 | 75 | 23 | 0 | 60 | 66 | 124 | 37 | 43 |
| Binary | 1011111 | 1110101 | 111101 | 10011 | 0 | 110000 | 110110 | 1010100 | 11111 | 100011 |
Color Harmonies of #5F753D
Complementary color
Monochromatic Colors of #5F753D
Black with #5F753D
Text Example
Text Example
White with #5F753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F753D; }
p { color: rgb(95,117,61); }
H1.HeaderClassName
{
color: #5F753D;
}
.AnyTagClassName
{
color: #5F753D;
}
</style>
background-color css
<style>
a { background-color: #5F753D; }
a { background-color: rgb(95,117,61); }
div.DivClassName
{
background-color: #5F753D;
}
.BgClassName
{
background-color: #5F753D;
}
</style>
border-color css
<style>
span { border-color: #5F753D; }
span { border-color: rgb(95,117,61); }
td.TdClassName
{
border-color: #5F753D;
}
.TagClassName
{
border-color: #5F753D;
}
</style>