Shades of Chalet Green #5F6F4A
Tints of Chalet Green #5F6F4A
RGB
CMYK
RGB Variations
Color information
#5F6F4A (or 0x5F6F4A) is known color: Chalet Green. HEX triplet: 5F, 6F and 4A. RGB value is (95,111,74). Sum of RGB (Red+Green+Blue) = 95+111+74=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F4A is #A090B5. Grayscale: #666666. Windows color (decimal): -10522806 or 4878175. OLE color: 4878175.
HSL color Cylindrical-coordinate representation of color #5F6F4A: hue angle of 85.95º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F6F4A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 74 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.56 |
| HSL | 85.95º | 0.2% | 0.36% | - |
| HSV(B) | 85.95º | 0.33% | 0.44% | - |
| XYZ | 11.64 | 14.3 | 8.62 | - |
| YUV | 102 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 74 | 0.14 | 0 | 0.33 | 0.56 | 85.95 | 0.2 | 0.36 |
| Hex | 5F | 6F | 4A | E | 0 | 21 | 38 | 56 | 14 | 24 |
| Octal | 137 | 157 | 112 | 16 | 0 | 41 | 70 | 126 | 24 | 44 |
| Binary | 1011111 | 1101111 | 1001010 | 1110 | 0 | 100001 | 111000 | 1010110 | 10100 | 100100 |
Color Harmonies of #5F6F4A
Complementary color
Monochromatic Colors of #5F6F4A
Black with #5F6F4A
Text Example
Text Example
White with #5F6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F4A; }
p { color: rgb(95,111,74); }
H1.HeaderClassName
{
color: #5F6F4A;
}
.AnyTagClassName
{
color: #5F6F4A;
}
</style>
background-color css
<style>
a { background-color: #5F6F4A; }
a { background-color: rgb(95,111,74); }
div.DivClassName
{
background-color: #5F6F4A;
}
.BgClassName
{
background-color: #5F6F4A;
}
</style>
border-color css
<style>
span { border-color: #5F6F4A; }
span { border-color: rgb(95,111,74); }
td.TdClassName
{
border-color: #5F6F4A;
}
.TagClassName
{
border-color: #5F6F4A;
}
</style>