Shades of Chalet Green #5A694E
Tints of Chalet Green #5A694E
RGB
CMYK
RGB Variations
Color information
#5A694E (or 0x5A694E) is known color: Chalet Green. HEX triplet: 5A, 69 and 4E. RGB value is (90,105,78). Sum of RGB (Red+Green+Blue) = 90+105+78=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #5A694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A694E is #A596B1. Grayscale: #616161. Windows color (decimal): -10852018 or 5138778. OLE color: 5138778.
HSL color Cylindrical-coordinate representation of color #5A694E: hue angle of 93.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A694E is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 78 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.59 |
| HSL | 93.33º | 0.15% | 0.36% | - |
| HSV(B) | 93.33º | 0.26% | 0.41% | - |
| XYZ | 10.64 | 12.83 | 9.12 | - |
| YUV | 97.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 78 | 0.14 | 0 | 0.26 | 0.59 | 93.33 | 0.15 | 0.36 |
| Hex | 5A | 69 | 4E | E | 0 | 1A | 3B | 5D | F | 24 |
| Octal | 132 | 151 | 116 | 16 | 0 | 32 | 73 | 135 | 17 | 44 |
| Binary | 1011010 | 1101001 | 1001110 | 1110 | 0 | 11010 | 111011 | 1011101 | 1111 | 100100 |
Color Harmonies of #5A694E
Complementary color
Monochromatic Colors of #5A694E
Black with #5A694E
Text Example
Text Example
White with #5A694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A694E; }
p { color: rgb(90,105,78); }
H1.HeaderClassName
{
color: #5A694E;
}
.AnyTagClassName
{
color: #5A694E;
}
</style>
background-color css
<style>
a { background-color: #5A694E; }
a { background-color: rgb(90,105,78); }
div.DivClassName
{
background-color: #5A694E;
}
.BgClassName
{
background-color: #5A694E;
}
</style>
border-color css
<style>
span { border-color: #5A694E; }
span { border-color: rgb(90,105,78); }
td.TdClassName
{
border-color: #5A694E;
}
.TagClassName
{
border-color: #5A694E;
}
</style>