Shades of Emerald #60C07A
Tints of Emerald #60C07A
RGB
CMYK
RGB Variations
Color information
#60C07A (or 0x60C07A) is known color: Emerald. HEX triplet: 60, C0 and 7A. RGB value is (96,192,122). Sum of RGB (Red+Green+Blue) = 96+192+122=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #60C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C07A is #9F3F85. Grayscale: #9B9B9B. Windows color (decimal): -10436486 or 8044640. OLE color: 8044640.
HSL color Cylindrical-coordinate representation of color #60C07A: hue angle of 136.25º 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 #60C07A is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 122 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.25 |
| HSL | 136.25º | 0.43% | 0.56% | - |
| HSV(B) | 136.25º | 0.5% | 0.75% | - |
| XYZ | 27.19 | 41.59 | 25.01 | - |
| YUV | 155.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 122 | 0.50 | 0 | 0.36 | 0.25 | 136.25 | 0.43 | 0.56 |
| Hex | 60 | C0 | 7A | 32 | 0 | 24 | 19 | 88 | 2B | 38 |
| Octal | 140 | 300 | 172 | 62 | 0 | 44 | 31 | 210 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1111010 | 110010 | 0 | 100100 | 11001 | 10001000 | 101011 | 111000 |
Color Harmonies of #60C07A
Complementary color
Monochromatic Colors of #60C07A
Black with #60C07A
Text Example
Text Example
White with #60C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C07A; }
p { color: rgb(96,192,122); }
H1.HeaderClassName
{
color: #60C07A;
}
.AnyTagClassName
{
color: #60C07A;
}
</style>
background-color css
<style>
a { background-color: #60C07A; }
a { background-color: rgb(96,192,122); }
div.DivClassName
{
background-color: #60C07A;
}
.BgClassName
{
background-color: #60C07A;
}
</style>
border-color css
<style>
span { border-color: #60C07A; }
span { border-color: rgb(96,192,122); }
td.TdClassName
{
border-color: #60C07A;
}
.TagClassName
{
border-color: #60C07A;
}
</style>