Shades of Fern #68C977
Tints of Fern #68C977
RGB
CMYK
RGB Variations
Color information
#68C977 (or 0x68C977) is known color: Fern. HEX triplet: 68, C9 and 77. RGB value is (104,201,119). Sum of RGB (Red+Green+Blue) = 104+201+119=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #68C977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C977 is #973688. Grayscale: #A2A2A2. Windows color (decimal): -9909897 or 7850344. OLE color: 7850344.
HSL color Cylindrical-coordinate representation of color #68C977: hue angle of 129.28º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C977 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 119 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.21 |
| HSL | 129.28º | 0.47% | 0.6% | - |
| HSV(B) | 129.28º | 0.48% | 0.79% | - |
| XYZ | 29.93 | 46.05 | 24.76 | - |
| YUV | 162.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 119 | 0.48 | 0 | 0.41 | 0.21 | 129.28 | 0.47 | 0.6 |
| Hex | 68 | C9 | 77 | 30 | 0 | 29 | 15 | 81 | 2F | 3C |
| Octal | 150 | 311 | 167 | 60 | 0 | 51 | 25 | 201 | 57 | 74 |
| Binary | 1101000 | 11001001 | 1110111 | 110000 | 0 | 101001 | 10101 | 10000001 | 101111 | 111100 |
Color Harmonies of #68C977
Complementary color
Monochromatic Colors of #68C977
Black with #68C977
Text Example
Text Example
White with #68C977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C977; }
p { color: rgb(104,201,119); }
H1.HeaderClassName
{
color: #68C977;
}
.AnyTagClassName
{
color: #68C977;
}
</style>
background-color css
<style>
a { background-color: #68C977; }
a { background-color: rgb(104,201,119); }
div.DivClassName
{
background-color: #68C977;
}
.BgClassName
{
background-color: #68C977;
}
</style>
border-color css
<style>
span { border-color: #68C977; }
span { border-color: rgb(104,201,119); }
td.TdClassName
{
border-color: #68C977;
}
.TagClassName
{
border-color: #68C977;
}
</style>