Shades of Emerald #61BD7B
Tints of Emerald #61BD7B
RGB
CMYK
RGB Variations
Color information
#61BD7B (or 0x61BD7B) is known color: Emerald. HEX triplet: 61, BD and 7B. RGB value is (97,189,123). Sum of RGB (Red+Green+Blue) = 97+189+123=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD7B is #9E4284. Grayscale: #9A9A9A. Windows color (decimal): -10371717 or 8109409. OLE color: 8109409.
HSL color Cylindrical-coordinate representation of color #61BD7B: hue angle of 136.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD7B is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 189 | 123 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.26 |
| HSL | 136.96º | 0.41% | 0.56% | - |
| HSV(B) | 136.96º | 0.49% | 0.74% | - |
| XYZ | 26.7 | 40.37 | 25.12 | - |
| YUV | 153.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 123 | 0.49 | 0 | 0.35 | 0.26 | 136.96 | 0.41 | 0.56 |
| Hex | 61 | BD | 7B | 31 | 0 | 23 | 1A | 89 | 29 | 38 |
| Octal | 141 | 275 | 173 | 61 | 0 | 43 | 32 | 211 | 51 | 70 |
| Binary | 1100001 | 10111101 | 1111011 | 110001 | 0 | 100011 | 11010 | 10001001 | 101001 | 111000 |
Color Harmonies of #61BD7B
Complementary color
Monochromatic Colors of #61BD7B
Black with #61BD7B
Text Example
Text Example
White with #61BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BD7B; }
p { color: rgb(97,189,123); }
H1.HeaderClassName
{
color: #61BD7B;
}
.AnyTagClassName
{
color: #61BD7B;
}
</style>
background-color css
<style>
a { background-color: #61BD7B; }
a { background-color: rgb(97,189,123); }
div.DivClassName
{
background-color: #61BD7B;
}
.BgClassName
{
background-color: #61BD7B;
}
</style>
border-color css
<style>
span { border-color: #61BD7B; }
span { border-color: rgb(97,189,123); }
td.TdClassName
{
border-color: #61BD7B;
}
.TagClassName
{
border-color: #61BD7B;
}
</style>