Shades of Chalet Green #5A694D
Tints of Chalet Green #5A694D
RGB
CMYK
RGB Variations
Color information
#5A694D (or 0x5A694D) is known color: Chalet Green. HEX triplet: 5A, 69 and 4D. RGB value is (90,105,77). Sum of RGB (Red+Green+Blue) = 90+105+77=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #5A694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A694D is #A596B2. Grayscale: #616161. Windows color (decimal): -10852019 or 5073242. OLE color: 5073242.
HSL color Cylindrical-coordinate representation of color #5A694D: hue angle of 92.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A694D is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 77 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.59 |
| HSL | 92.14º | 0.15% | 0.36% | - |
| HSV(B) | 92.14º | 0.27% | 0.41% | - |
| XYZ | 10.61 | 12.81 | 8.94 | - |
| YUV | 97.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 77 | 0.14 | 0 | 0.27 | 0.59 | 92.14 | 0.15 | 0.36 |
| Hex | 5A | 69 | 4D | E | 0 | 1B | 3B | 5C | F | 24 |
| Octal | 132 | 151 | 115 | 16 | 0 | 33 | 73 | 134 | 17 | 44 |
| Binary | 1011010 | 1101001 | 1001101 | 1110 | 0 | 11011 | 111011 | 1011100 | 1111 | 100100 |
Color Harmonies of #5A694D
Complementary color
Monochromatic Colors of #5A694D
Black with #5A694D
Text Example
Text Example
White with #5A694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A694D; }
p { color: rgb(90,105,77); }
H1.HeaderClassName
{
color: #5A694D;
}
.AnyTagClassName
{
color: #5A694D;
}
</style>
background-color css
<style>
a { background-color: #5A694D; }
a { background-color: rgb(90,105,77); }
div.DivClassName
{
background-color: #5A694D;
}
.BgClassName
{
background-color: #5A694D;
}
</style>
border-color css
<style>
span { border-color: #5A694D; }
span { border-color: rgb(90,105,77); }
td.TdClassName
{
border-color: #5A694D;
}
.TagClassName
{
border-color: #5A694D;
}
</style>