Shades of Chalet Green #64714E
Tints of Chalet Green #64714E
RGB
CMYK
RGB Variations
Color information
#64714E (or 0x64714E) is known color: Chalet Green. HEX triplet: 64, 71 and 4E. RGB value is (100,113,78). Sum of RGB (Red+Green+Blue) = 100+113+78=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #64714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64714E is #9B8EB1. Grayscale: #696969. Windows color (decimal): -10194610 or 5140836. OLE color: 5140836.
HSL color Cylindrical-coordinate representation of color #64714E: hue angle of 82.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64714E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 113 | 78 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.56 |
| HSL | 82.29º | 0.18% | 0.37% | - |
| HSV(B) | 82.29º | 0.31% | 0.44% | - |
| XYZ | 12.54 | 15.07 | 9.46 | - |
| YUV | 105.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 78 | 0.12 | 0 | 0.31 | 0.56 | 82.29 | 0.18 | 0.37 |
| Hex | 64 | 71 | 4E | C | 0 | 1F | 38 | 52 | 12 | 25 |
| Octal | 144 | 161 | 116 | 14 | 0 | 37 | 70 | 122 | 22 | 45 |
| Binary | 1100100 | 1110001 | 1001110 | 1100 | 0 | 11111 | 111000 | 1010010 | 10010 | 100101 |
Color Harmonies of #64714E
Complementary color
Monochromatic Colors of #64714E
Black with #64714E
Text Example
Text Example
White with #64714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64714E; }
p { color: rgb(100,113,78); }
H1.HeaderClassName
{
color: #64714E;
}
.AnyTagClassName
{
color: #64714E;
}
</style>
background-color css
<style>
a { background-color: #64714E; }
a { background-color: rgb(100,113,78); }
div.DivClassName
{
background-color: #64714E;
}
.BgClassName
{
background-color: #64714E;
}
</style>
border-color css
<style>
span { border-color: #64714E; }
span { border-color: rgb(100,113,78); }
td.TdClassName
{
border-color: #64714E;
}
.TagClassName
{
border-color: #64714E;
}
</style>