Shades of Chalet Green #60703A
Tints of Chalet Green #60703A
RGB
CMYK
RGB Variations
Color information
#60703A (or 0x60703A) is known color: Chalet Green. HEX triplet: 60, 70 and 3A. RGB value is (96,112,58). Sum of RGB (Red+Green+Blue) = 96+112+58=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #60703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60703A is #9F8FC5. Grayscale: #656565. Windows color (decimal): -10457030 or 3829856. OLE color: 3829856.
HSL color Cylindrical-coordinate representation of color #60703A: hue angle of 77.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60703A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 58 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.56 |
| HSL | 77.78º | 0.32% | 0.33% | - |
| HSV(B) | 77.78º | 0.48% | 0.44% | - |
| XYZ | 11.38 | 14.38 | 6.18 | - |
| YUV | 101.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 58 | 0.14 | 0 | 0.48 | 0.56 | 77.78 | 0.32 | 0.33 |
| Hex | 60 | 70 | 3A | E | 0 | 30 | 38 | 4E | 20 | 21 |
| Octal | 140 | 160 | 72 | 16 | 0 | 60 | 70 | 116 | 40 | 41 |
| Binary | 1100000 | 1110000 | 111010 | 1110 | 0 | 110000 | 111000 | 1001110 | 100000 | 100001 |
Color Harmonies of #60703A
Complementary color
Monochromatic Colors of #60703A
Black with #60703A
Text Example
Text Example
White with #60703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60703A; }
p { color: rgb(96,112,58); }
H1.HeaderClassName
{
color: #60703A;
}
.AnyTagClassName
{
color: #60703A;
}
</style>
background-color css
<style>
a { background-color: #60703A; }
a { background-color: rgb(96,112,58); }
div.DivClassName
{
background-color: #60703A;
}
.BgClassName
{
background-color: #60703A;
}
</style>
border-color css
<style>
span { border-color: #60703A; }
span { border-color: rgb(96,112,58); }
td.TdClassName
{
border-color: #60703A;
}
.TagClassName
{
border-color: #60703A;
}
</style>