Shades of Emerald #68C57F
Tints of Emerald #68C57F
RGB
CMYK
RGB Variations
Color information
#68C57F (or 0x68C57F) is known color: Emerald. HEX triplet: 68, C5 and 7F. RGB value is (104,197,127). Sum of RGB (Red+Green+Blue) = 104+197+127=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #68C57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C57F is #973A80. Grayscale: #A1A1A1. Windows color (decimal): -9910913 or 8373608. OLE color: 8373608.
HSL color Cylindrical-coordinate representation of color #68C57F: hue angle of 134.84º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C57F is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 127 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.23 |
| HSL | 134.84º | 0.44% | 0.59% | - |
| HSV(B) | 134.84º | 0.47% | 0.77% | - |
| XYZ | 29.51 | 44.41 | 27.1 | - |
| YUV | 161.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 127 | 0.47 | 0 | 0.36 | 0.23 | 134.84 | 0.44 | 0.59 |
| Hex | 68 | C5 | 7F | 2F | 0 | 24 | 17 | 87 | 2C | 3B |
| Octal | 150 | 305 | 177 | 57 | 0 | 44 | 27 | 207 | 54 | 73 |
| Binary | 1101000 | 11000101 | 1111111 | 101111 | 0 | 100100 | 10111 | 10000111 | 101100 | 111011 |
Color Harmonies of #68C57F
Complementary color
Monochromatic Colors of #68C57F
Black with #68C57F
Text Example
Text Example
White with #68C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C57F; }
p { color: rgb(104,197,127); }
H1.HeaderClassName
{
color: #68C57F;
}
.AnyTagClassName
{
color: #68C57F;
}
</style>
background-color css
<style>
a { background-color: #68C57F; }
a { background-color: rgb(104,197,127); }
div.DivClassName
{
background-color: #68C57F;
}
.BgClassName
{
background-color: #68C57F;
}
</style>
border-color css
<style>
span { border-color: #68C57F; }
span { border-color: rgb(104,197,127); }
td.TdClassName
{
border-color: #68C57F;
}
.TagClassName
{
border-color: #68C57F;
}
</style>