Shades of Emerald #60C07B
Tints of Emerald #60C07B
RGB
CMYK
RGB Variations
Color information
#60C07B (or 0x60C07B) is known color: Emerald. HEX triplet: 60, C0 and 7B. RGB value is (96,192,123). Sum of RGB (Red+Green+Blue) = 96+192+123=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #60C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C07B is #9F3F84. Grayscale: #9B9B9B. Windows color (decimal): -10436485 or 8110176. OLE color: 8110176.
HSL color Cylindrical-coordinate representation of color #60C07B: hue angle of 136.88º 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 #60C07B is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 123 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.25 |
| HSL | 136.88º | 0.43% | 0.56% | - |
| HSV(B) | 136.88º | 0.5% | 0.75% | - |
| XYZ | 27.25 | 41.62 | 25.34 | - |
| YUV | 155.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 123 | 0.50 | 0 | 0.36 | 0.25 | 136.88 | 0.43 | 0.56 |
| Hex | 60 | C0 | 7B | 32 | 0 | 24 | 19 | 89 | 2B | 38 |
| Octal | 140 | 300 | 173 | 62 | 0 | 44 | 31 | 211 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1111011 | 110010 | 0 | 100100 | 11001 | 10001001 | 101011 | 111000 |
Color Harmonies of #60C07B
Complementary color
Monochromatic Colors of #60C07B
Black with #60C07B
Text Example
Text Example
White with #60C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C07B; }
p { color: rgb(96,192,123); }
H1.HeaderClassName
{
color: #60C07B;
}
.AnyTagClassName
{
color: #60C07B;
}
</style>
background-color css
<style>
a { background-color: #60C07B; }
a { background-color: rgb(96,192,123); }
div.DivClassName
{
background-color: #60C07B;
}
.BgClassName
{
background-color: #60C07B;
}
</style>
border-color css
<style>
span { border-color: #60C07B; }
span { border-color: rgb(96,192,123); }
td.TdClassName
{
border-color: #60C07B;
}
.TagClassName
{
border-color: #60C07B;
}
</style>