Shades of Emerald #60C07C
Tints of Emerald #60C07C
RGB
CMYK
RGB Variations
Color information
#60C07C (or 0x60C07C) is known color: Emerald. HEX triplet: 60, C0 and 7C. RGB value is (96,192,124). Sum of RGB (Red+Green+Blue) = 96+192+124=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #60C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C07C is #9F3F83. Grayscale: #9B9B9B. Windows color (decimal): -10436484 or 8175712. OLE color: 8175712.
HSL color Cylindrical-coordinate representation of color #60C07C: hue angle of 137.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C07C is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 124 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.25 |
| HSL | 137.5º | 0.43% | 0.56% | - |
| HSV(B) | 137.5º | 0.5% | 0.75% | - |
| XYZ | 27.31 | 41.64 | 25.67 | - |
| YUV | 155.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 124 | 0.50 | 0 | 0.35 | 0.25 | 137.5 | 0.43 | 0.56 |
| Hex | 60 | C0 | 7C | 32 | 0 | 23 | 19 | 8A | 2B | 38 |
| Octal | 140 | 300 | 174 | 62 | 0 | 43 | 31 | 212 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1111100 | 110010 | 0 | 100011 | 11001 | 10001010 | 101011 | 111000 |
Color Harmonies of #60C07C
Complementary color
Monochromatic Colors of #60C07C
Black with #60C07C
Text Example
Text Example
White with #60C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C07C; }
p { color: rgb(96,192,124); }
H1.HeaderClassName
{
color: #60C07C;
}
.AnyTagClassName
{
color: #60C07C;
}
</style>
background-color css
<style>
a { background-color: #60C07C; }
a { background-color: rgb(96,192,124); }
div.DivClassName
{
background-color: #60C07C;
}
.BgClassName
{
background-color: #60C07C;
}
</style>
border-color css
<style>
span { border-color: #60C07C; }
span { border-color: rgb(96,192,124); }
td.TdClassName
{
border-color: #60C07C;
}
.TagClassName
{
border-color: #60C07C;
}
</style>