Shades of Fern #68C976
Tints of Fern #68C976
RGB
CMYK
RGB Variations
Color information
#68C976 (or 0x68C976) is known color: Fern. HEX triplet: 68, C9 and 76. RGB value is (104,201,118). Sum of RGB (Red+Green+Blue) = 104+201+118=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #68C976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C976 is #973689. Grayscale: #A2A2A2. Windows color (decimal): -9909898 or 7784808. OLE color: 7784808.
HSL color Cylindrical-coordinate representation of color #68C976: hue angle of 128.66º 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 #68C976 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 118 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.21 |
| HSL | 128.66º | 0.47% | 0.6% | - |
| HSV(B) | 128.66º | 0.48% | 0.79% | - |
| XYZ | 29.87 | 46.02 | 24.45 | - |
| YUV | 162.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 118 | 0.48 | 0 | 0.41 | 0.21 | 128.66 | 0.47 | 0.6 |
| Hex | 68 | C9 | 76 | 30 | 0 | 29 | 15 | 81 | 2F | 3C |
| Octal | 150 | 311 | 166 | 60 | 0 | 51 | 25 | 201 | 57 | 74 |
| Binary | 1101000 | 11001001 | 1110110 | 110000 | 0 | 101001 | 10101 | 10000001 | 101111 | 111100 |
Color Harmonies of #68C976
Complementary color
Monochromatic Colors of #68C976
Black with #68C976
Text Example
Text Example
White with #68C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C976; }
p { color: rgb(104,201,118); }
H1.HeaderClassName
{
color: #68C976;
}
.AnyTagClassName
{
color: #68C976;
}
</style>
background-color css
<style>
a { background-color: #68C976; }
a { background-color: rgb(104,201,118); }
div.DivClassName
{
background-color: #68C976;
}
.BgClassName
{
background-color: #68C976;
}
</style>
border-color css
<style>
span { border-color: #68C976; }
span { border-color: rgb(104,201,118); }
td.TdClassName
{
border-color: #68C976;
}
.TagClassName
{
border-color: #68C976;
}
</style>