Shades of Emerald #61C07A
Tints of Emerald #61C07A
RGB
CMYK
RGB Variations
Color information
#61C07A (or 0x61C07A) is known color: Emerald. HEX triplet: 61, C0 and 7A. RGB value is (97,192,122). Sum of RGB (Red+Green+Blue) = 97+192+122=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #61C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C07A is #9E3F85. Grayscale: #9B9B9B. Windows color (decimal): -10370950 or 8044641. OLE color: 8044641.
HSL color Cylindrical-coordinate representation of color #61C07A: hue angle of 135.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C07A is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 122 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.25 |
| HSL | 135.79º | 0.43% | 0.57% | - |
| HSV(B) | 135.79º | 0.49% | 0.75% | - |
| XYZ | 27.29 | 41.65 | 25.01 | - |
| YUV | 155.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 122 | 0.49 | 0 | 0.36 | 0.25 | 135.79 | 0.43 | 0.57 |
| Hex | 61 | C0 | 7A | 31 | 0 | 24 | 19 | 88 | 2B | 39 |
| Octal | 141 | 300 | 172 | 61 | 0 | 44 | 31 | 210 | 53 | 71 |
| Binary | 1100001 | 11000000 | 1111010 | 110001 | 0 | 100100 | 11001 | 10001000 | 101011 | 111001 |
Color Harmonies of #61C07A
Complementary color
Monochromatic Colors of #61C07A
Black with #61C07A
Text Example
Text Example
White with #61C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C07A; }
p { color: rgb(97,192,122); }
H1.HeaderClassName
{
color: #61C07A;
}
.AnyTagClassName
{
color: #61C07A;
}
</style>
background-color css
<style>
a { background-color: #61C07A; }
a { background-color: rgb(97,192,122); }
div.DivClassName
{
background-color: #61C07A;
}
.BgClassName
{
background-color: #61C07A;
}
</style>
border-color css
<style>
span { border-color: #61C07A; }
span { border-color: rgb(97,192,122); }
td.TdClassName
{
border-color: #61C07A;
}
.TagClassName
{
border-color: #61C07A;
}
</style>