Shades of Emerald #68C77F
Tints of Emerald #68C77F
RGB
CMYK
RGB Variations
Color information
#68C77F (or 0x68C77F) is known color: Emerald. HEX triplet: 68, C7 and 7F. RGB value is (104,199,127). Sum of RGB (Red+Green+Blue) = 104+199+127=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #68C77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C77F is #973880. Grayscale: #A2A2A2. Windows color (decimal): -9910401 or 8374120. OLE color: 8374120.
HSL color Cylindrical-coordinate representation of color #68C77F: hue angle of 134.53º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C77F is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 127 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.22 |
| HSL | 134.53º | 0.46% | 0.59% | - |
| HSV(B) | 134.53º | 0.48% | 0.78% | - |
| XYZ | 29.96 | 45.32 | 27.25 | - |
| YUV | 162.39 | 108.03 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 127 | 0.48 | 0 | 0.36 | 0.22 | 134.53 | 0.46 | 0.59 |
| Hex | 68 | C7 | 7F | 30 | 0 | 24 | 16 | 87 | 2E | 3B |
| Octal | 150 | 307 | 177 | 60 | 0 | 44 | 26 | 207 | 56 | 73 |
| Binary | 1101000 | 11000111 | 1111111 | 110000 | 0 | 100100 | 10110 | 10000111 | 101110 | 111011 |
Color Harmonies of #68C77F
Complementary color
Monochromatic Colors of #68C77F
Black with #68C77F
Text Example
Text Example
White with #68C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C77F; }
p { color: rgb(104,199,127); }
H1.HeaderClassName
{
color: #68C77F;
}
.AnyTagClassName
{
color: #68C77F;
}
</style>
background-color css
<style>
a { background-color: #68C77F; }
a { background-color: rgb(104,199,127); }
div.DivClassName
{
background-color: #68C77F;
}
.BgClassName
{
background-color: #68C77F;
}
</style>
border-color css
<style>
span { border-color: #68C77F; }
span { border-color: rgb(104,199,127); }
td.TdClassName
{
border-color: #68C77F;
}
.TagClassName
{
border-color: #68C77F;
}
</style>