Shades of Chalet Green #5C694D
Tints of Chalet Green #5C694D
RGB
CMYK
RGB Variations
Color information
#5C694D (or 0x5C694D) is known color: Chalet Green. HEX triplet: 5C, 69 and 4D. RGB value is (92,105,77). Sum of RGB (Red+Green+Blue) = 92+105+77=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #5C694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C694D is #A396B2. Grayscale: #626262. Windows color (decimal): -10720947 or 5073244. OLE color: 5073244.
HSL color Cylindrical-coordinate representation of color #5C694D: hue angle of 87.86º 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 #5C694D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 77 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.59 |
| HSL | 87.86º | 0.15% | 0.36% | - |
| HSV(B) | 87.86º | 0.27% | 0.41% | - |
| XYZ | 10.8 | 12.91 | 8.94 | - |
| YUV | 97.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 77 | 0.12 | 0 | 0.27 | 0.59 | 87.86 | 0.15 | 0.36 |
| Hex | 5C | 69 | 4D | C | 0 | 1B | 3B | 58 | F | 24 |
| Octal | 134 | 151 | 115 | 14 | 0 | 33 | 73 | 130 | 17 | 44 |
| Binary | 1011100 | 1101001 | 1001101 | 1100 | 0 | 11011 | 111011 | 1011000 | 1111 | 100100 |
Color Harmonies of #5C694D
Complementary color
Monochromatic Colors of #5C694D
Black with #5C694D
Text Example
Text Example
White with #5C694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C694D; }
p { color: rgb(92,105,77); }
H1.HeaderClassName
{
color: #5C694D;
}
.AnyTagClassName
{
color: #5C694D;
}
</style>
background-color css
<style>
a { background-color: #5C694D; }
a { background-color: rgb(92,105,77); }
div.DivClassName
{
background-color: #5C694D;
}
.BgClassName
{
background-color: #5C694D;
}
</style>
border-color css
<style>
span { border-color: #5C694D; }
span { border-color: rgb(92,105,77); }
td.TdClassName
{
border-color: #5C694D;
}
.TagClassName
{
border-color: #5C694D;
}
</style>