Shades of Chalet Green #5B6751
Tints of Chalet Green #5B6751
RGB
CMYK
RGB Variations
Color information
#5B6751 (or 0x5B6751) is known color: Chalet Green. HEX triplet: 5B, 67 and 51. RGB value is (91,103,81). Sum of RGB (Red+Green+Blue) = 91+103+81=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #5B6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6751 is #A498AE. Grayscale: #606060. Windows color (decimal): -10786991 or 5334875. OLE color: 5334875.
HSL color Cylindrical-coordinate representation of color #5B6751: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6751 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 81 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.60 |
| HSL | 92.73º | 0.12% | 0.36% | - |
| HSV(B) | 92.73º | 0.21% | 0.4% | - |
| XYZ | 10.65 | 12.52 | 9.64 | - |
| YUV | 96.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 81 | 0.12 | 0 | 0.21 | 0.60 | 92.73 | 0.12 | 0.36 |
| Hex | 5B | 67 | 51 | C | 0 | 15 | 3C | 5D | C | 24 |
| Octal | 133 | 147 | 121 | 14 | 0 | 25 | 74 | 135 | 14 | 44 |
| Binary | 1011011 | 1100111 | 1010001 | 1100 | 0 | 10101 | 111100 | 1011101 | 1100 | 100100 |
Color Harmonies of #5B6751
Complementary color
Monochromatic Colors of #5B6751
Black with #5B6751
Text Example
Text Example
White with #5B6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6751; }
p { color: rgb(91,103,81); }
H1.HeaderClassName
{
color: #5B6751;
}
.AnyTagClassName
{
color: #5B6751;
}
</style>
background-color css
<style>
a { background-color: #5B6751; }
a { background-color: rgb(91,103,81); }
div.DivClassName
{
background-color: #5B6751;
}
.BgClassName
{
background-color: #5B6751;
}
</style>
border-color css
<style>
span { border-color: #5B6751; }
span { border-color: rgb(91,103,81); }
td.TdClassName
{
border-color: #5B6751;
}
.TagClassName
{
border-color: #5B6751;
}
</style>