Shades of Chalet Green #5E6B4F
Tints of Chalet Green #5E6B4F
RGB
CMYK
RGB Variations
Color information
#5E6B4F (or 0x5E6B4F) is known color: Chalet Green. HEX triplet: 5E, 6B and 4F. RGB value is (94,107,79). Sum of RGB (Red+Green+Blue) = 94+107+79=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B4F is #A194B0. Grayscale: #646464. Windows color (decimal): -10589361 or 5204830. OLE color: 5204830.
HSL color Cylindrical-coordinate representation of color #5E6B4F: hue angle of 87.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6B4F is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 107 | 79 | - |
CMYK | 0.12 | 0 | 0.26 | 0.58 |
HSL | 87.86º | 0.15% | 0.36% | - |
HSV(B) | 87.86º | 0.26% | 0.42% | - |
XYZ | 11.29 | 13.46 | 9.4 | - |
YUV | 99.92 | 116.19 | 123.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 107 | 79 | 0.12 | 0 | 0.26 | 0.58 | 87.86 | 0.15 | 0.36 |
Hex | 5E | 6B | 4F | C | 0 | 1A | 3A | 58 | F | 24 |
Octal | 136 | 153 | 117 | 14 | 0 | 32 | 72 | 130 | 17 | 44 |
Binary | 1011110 | 1101011 | 1001111 | 1100 | 0 | 11010 | 111010 | 1011000 | 1111 | 100100 |
Color Harmonies of #5E6B4F
Complementary color
Monochromatic Colors of #5E6B4F
Black with #5E6B4F
Text Example
Text Example
White with #5E6B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B4F; }
p { color: rgb(94,107,79); }
H1.HeaderClassName
{
color: #5E6B4F;
}
.AnyTagClassName
{
color: #5E6B4F;
}
</style>
background-color css
<style>
a { background-color: #5E6B4F; }
a { background-color: rgb(94,107,79); }
div.DivClassName
{
background-color: #5E6B4F;
}
.BgClassName
{
background-color: #5E6B4F;
}
</style>
border-color css
<style>
span { border-color: #5E6B4F; }
span { border-color: rgb(94,107,79); }
td.TdClassName
{
border-color: #5E6B4F;
}
.TagClassName
{
border-color: #5E6B4F;
}
</style>