Shades of Fern #68C964
Tints of Fern #68C964
RGB
CMYK
RGB Variations
Color information
#68C964 (or 0x68C964) is known color: Fern. HEX triplet: 68, C9 and 64. RGB value is (104,201,100). Sum of RGB (Red+Green+Blue) = 104+201+100=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #68C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C964 is #97369B. Grayscale: #A0A0A0. Windows color (decimal): -9909916 or 6605160. OLE color: 6605160.
HSL color Cylindrical-coordinate representation of color #68C964: hue angle of 117.62º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68C964 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 100 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.21 |
| HSL | 117.62º | 0.48% | 0.59% | - |
| HSV(B) | 117.62º | 0.5% | 0.79% | - |
| XYZ | 28.9 | 45.64 | 19.34 | - |
| YUV | 160.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 100 | 0.48 | 0 | 0.50 | 0.21 | 117.62 | 0.48 | 0.59 |
| Hex | 68 | C9 | 64 | 30 | 0 | 32 | 15 | 76 | 30 | 3B |
| Octal | 150 | 311 | 144 | 60 | 0 | 62 | 25 | 166 | 60 | 73 |
| Binary | 1101000 | 11001001 | 1100100 | 110000 | 0 | 110010 | 10101 | 1110110 | 110000 | 111011 |
Color Harmonies of #68C964
Complementary color
Monochromatic Colors of #68C964
Black with #68C964
Text Example
Text Example
White with #68C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C964; }
p { color: rgb(104,201,100); }
H1.HeaderClassName
{
color: #68C964;
}
.AnyTagClassName
{
color: #68C964;
}
</style>
background-color css
<style>
a { background-color: #68C964; }
a { background-color: rgb(104,201,100); }
div.DivClassName
{
background-color: #68C964;
}
.BgClassName
{
background-color: #68C964;
}
</style>
border-color css
<style>
span { border-color: #68C964; }
span { border-color: rgb(104,201,100); }
td.TdClassName
{
border-color: #68C964;
}
.TagClassName
{
border-color: #68C964;
}
</style>