Shades of Chalet Green #5D6750
Tints of Chalet Green #5D6750
RGB
CMYK
RGB Variations
Color information
#5D6750 (or 0x5D6750) is known color: Chalet Green. HEX triplet: 5D, 67 and 50. RGB value is (93,103,80). Sum of RGB (Red+Green+Blue) = 93+103+80=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6750 is #A298AF. Grayscale: #616161. Windows color (decimal): -10655920 or 5269341. OLE color: 5269341.
HSL color Cylindrical-coordinate representation of color #5D6750: hue angle of 86.09º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D6750 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 103 | 80 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.60 |
| HSL | 86.09º | 0.13% | 0.36% | - |
| HSV(B) | 86.09º | 0.22% | 0.4% | - |
| XYZ | 10.81 | 12.61 | 9.45 | - |
| YUV | 97.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 80 | 0.10 | 0 | 0.22 | 0.60 | 86.09 | 0.13 | 0.36 |
| Hex | 5D | 67 | 50 | A | 0 | 16 | 3C | 56 | D | 24 |
| Octal | 135 | 147 | 120 | 12 | 0 | 26 | 74 | 126 | 15 | 44 |
| Binary | 1011101 | 1100111 | 1010000 | 1010 | 0 | 10110 | 111100 | 1010110 | 1101 | 100100 |
Color Harmonies of #5D6750
Complementary color
Monochromatic Colors of #5D6750
Black with #5D6750
Text Example
Text Example
White with #5D6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6750; }
p { color: rgb(93,103,80); }
H1.HeaderClassName
{
color: #5D6750;
}
.AnyTagClassName
{
color: #5D6750;
}
</style>
background-color css
<style>
a { background-color: #5D6750; }
a { background-color: rgb(93,103,80); }
div.DivClassName
{
background-color: #5D6750;
}
.BgClassName
{
background-color: #5D6750;
}
</style>
border-color css
<style>
span { border-color: #5D6750; }
span { border-color: rgb(93,103,80); }
td.TdClassName
{
border-color: #5D6750;
}
.TagClassName
{
border-color: #5D6750;
}
</style>