Shades of Chalet Green #65734A
Tints of Chalet Green #65734A
RGB
CMYK
RGB Variations
Color information
#65734A (or 0x65734A) is known color: Chalet Green. HEX triplet: 65, 73 and 4A. RGB value is (101,115,74). Sum of RGB (Red+Green+Blue) = 101+115+74=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #65734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65734A is #9A8CB5. Grayscale: #6A6A6A. Windows color (decimal): -10128566 or 4879205. OLE color: 4879205.
HSL color Cylindrical-coordinate representation of color #65734A: hue angle of 80.49º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65734A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 74 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.55 |
| HSL | 80.49º | 0.22% | 0.37% | - |
| HSV(B) | 80.49º | 0.36% | 0.45% | - |
| XYZ | 12.73 | 15.52 | 8.8 | - |
| YUV | 106.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 74 | 0.12 | 0 | 0.36 | 0.55 | 80.49 | 0.22 | 0.37 |
| Hex | 65 | 73 | 4A | C | 0 | 24 | 37 | 50 | 16 | 25 |
| Octal | 145 | 163 | 112 | 14 | 0 | 44 | 67 | 120 | 26 | 45 |
| Binary | 1100101 | 1110011 | 1001010 | 1100 | 0 | 100100 | 110111 | 1010000 | 10110 | 100101 |
Color Harmonies of #65734A
Complementary color
Monochromatic Colors of #65734A
Black with #65734A
Text Example
Text Example
White with #65734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65734A; }
p { color: rgb(101,115,74); }
H1.HeaderClassName
{
color: #65734A;
}
.AnyTagClassName
{
color: #65734A;
}
</style>
background-color css
<style>
a { background-color: #65734A; }
a { background-color: rgb(101,115,74); }
div.DivClassName
{
background-color: #65734A;
}
.BgClassName
{
background-color: #65734A;
}
</style>
border-color css
<style>
span { border-color: #65734A; }
span { border-color: rgb(101,115,74); }
td.TdClassName
{
border-color: #65734A;
}
.TagClassName
{
border-color: #65734A;
}
</style>