Shades of Fern #68C966
Tints of Fern #68C966
RGB
CMYK
RGB Variations
Color information
#68C966 (or 0x68C966) is known color: Fern. HEX triplet: 68, C9 and 66. RGB value is (104,201,102). Sum of RGB (Red+Green+Blue) = 104+201+102=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #68C966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C966 is #973699. Grayscale: #A1A1A1. Windows color (decimal): -9909914 or 6736232. OLE color: 6736232.
HSL color Cylindrical-coordinate representation of color #68C966: hue angle of 118.79º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68C966 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 102 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.21 |
| HSL | 118.79º | 0.48% | 0.59% | - |
| HSV(B) | 118.79º | 0.49% | 0.79% | - |
| XYZ | 28.99 | 45.68 | 19.86 | - |
| YUV | 160.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 102 | 0.48 | 0 | 0.49 | 0.21 | 118.79 | 0.48 | 0.59 |
| Hex | 68 | C9 | 66 | 30 | 0 | 31 | 15 | 77 | 30 | 3B |
| Octal | 150 | 311 | 146 | 60 | 0 | 61 | 25 | 167 | 60 | 73 |
| Binary | 1101000 | 11001001 | 1100110 | 110000 | 0 | 110001 | 10101 | 1110111 | 110000 | 111011 |
Color Harmonies of #68C966
Complementary color
Monochromatic Colors of #68C966
Black with #68C966
Text Example
Text Example
White with #68C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C966; }
p { color: rgb(104,201,102); }
H1.HeaderClassName
{
color: #68C966;
}
.AnyTagClassName
{
color: #68C966;
}
</style>
background-color css
<style>
a { background-color: #68C966; }
a { background-color: rgb(104,201,102); }
div.DivClassName
{
background-color: #68C966;
}
.BgClassName
{
background-color: #68C966;
}
</style>
border-color css
<style>
span { border-color: #68C966; }
span { border-color: rgb(104,201,102); }
td.TdClassName
{
border-color: #68C966;
}
.TagClassName
{
border-color: #68C966;
}
</style>