Shades of Chalet Green #5A684F
Tints of Chalet Green #5A684F
RGB
CMYK
RGB Variations
Color information
#5A684F (or 0x5A684F) is known color: Chalet Green. HEX triplet: 5A, 68 and 4F. RGB value is (90,104,79). Sum of RGB (Red+Green+Blue) = 90+104+79=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #5A684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A684F is #A597B0. Grayscale: #616161. Windows color (decimal): -10852273 or 5204058. OLE color: 5204058.
HSL color Cylindrical-coordinate representation of color #5A684F: hue angle of 93.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A684F is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 79 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.59 |
| HSL | 93.6º | 0.14% | 0.36% | - |
| HSV(B) | 93.6º | 0.24% | 0.41% | - |
| XYZ | 10.58 | 12.64 | 9.28 | - |
| YUV | 96.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 79 | 0.13 | 0 | 0.24 | 0.59 | 93.6 | 0.14 | 0.36 |
| Hex | 5A | 68 | 4F | D | 0 | 18 | 3B | 5E | E | 24 |
| Octal | 132 | 150 | 117 | 15 | 0 | 30 | 73 | 136 | 16 | 44 |
| Binary | 1011010 | 1101000 | 1001111 | 1101 | 0 | 11000 | 111011 | 1011110 | 1110 | 100100 |
Color Harmonies of #5A684F
Complementary color
Monochromatic Colors of #5A684F
Black with #5A684F
Text Example
Text Example
White with #5A684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A684F; }
p { color: rgb(90,104,79); }
H1.HeaderClassName
{
color: #5A684F;
}
.AnyTagClassName
{
color: #5A684F;
}
</style>
background-color css
<style>
a { background-color: #5A684F; }
a { background-color: rgb(90,104,79); }
div.DivClassName
{
background-color: #5A684F;
}
.BgClassName
{
background-color: #5A684F;
}
</style>
border-color css
<style>
span { border-color: #5A684F; }
span { border-color: rgb(90,104,79); }
td.TdClassName
{
border-color: #5A684F;
}
.TagClassName
{
border-color: #5A684F;
}
</style>