Shades of Chalet Green #5B694F
Tints of Chalet Green #5B694F
RGB
CMYK
RGB Variations
Color information
#5B694F (or 0x5B694F) is known color: Chalet Green. HEX triplet: 5B, 69 and 4F. RGB value is (91,105,79). Sum of RGB (Red+Green+Blue) = 91+105+79=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #5B694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B694F is #A496B0. Grayscale: #616161. Windows color (decimal): -10786481 or 5204315. OLE color: 5204315.
HSL color Cylindrical-coordinate representation of color #5B694F: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B694F is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 79 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.59 |
| HSL | 92.31º | 0.14% | 0.36% | - |
| HSV(B) | 92.31º | 0.25% | 0.41% | - |
| XYZ | 10.78 | 12.89 | 9.32 | - |
| YUV | 97.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 79 | 0.13 | 0 | 0.25 | 0.59 | 92.31 | 0.14 | 0.36 |
| Hex | 5B | 69 | 4F | D | 0 | 19 | 3B | 5C | E | 24 |
| Octal | 133 | 151 | 117 | 15 | 0 | 31 | 73 | 134 | 16 | 44 |
| Binary | 1011011 | 1101001 | 1001111 | 1101 | 0 | 11001 | 111011 | 1011100 | 1110 | 100100 |
Color Harmonies of #5B694F
Complementary color
Monochromatic Colors of #5B694F
Black with #5B694F
Text Example
Text Example
White with #5B694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B694F; }
p { color: rgb(91,105,79); }
H1.HeaderClassName
{
color: #5B694F;
}
.AnyTagClassName
{
color: #5B694F;
}
</style>
background-color css
<style>
a { background-color: #5B694F; }
a { background-color: rgb(91,105,79); }
div.DivClassName
{
background-color: #5B694F;
}
.BgClassName
{
background-color: #5B694F;
}
</style>
border-color css
<style>
span { border-color: #5B694F; }
span { border-color: rgb(91,105,79); }
td.TdClassName
{
border-color: #5B694F;
}
.TagClassName
{
border-color: #5B694F;
}
</style>