Shades of Fern #68C066
Tints of Fern #68C066
RGB
CMYK
RGB Variations
Color information
#68C066 (or 0x68C066) is known color: Fern. HEX triplet: 68, C0 and 66. RGB value is (104,192,102). Sum of RGB (Red+Green+Blue) = 104+192+102=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #68C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C066 is #973F99. Grayscale: #9B9B9B. Windows color (decimal): -9912218 or 6733928. OLE color: 6733928.
HSL color Cylindrical-coordinate representation of color #68C066: hue angle of 118.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C066 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 102 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.25 |
| HSL | 118.67º | 0.42% | 0.58% | - |
| HSV(B) | 118.67º | 0.47% | 0.75% | - |
| XYZ | 26.96 | 41.6 | 19.18 | - |
| YUV | 155.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 102 | 0.46 | 0 | 0.47 | 0.25 | 118.67 | 0.42 | 0.58 |
| Hex | 68 | C0 | 66 | 2E | 0 | 2F | 19 | 77 | 2A | 3A |
| Octal | 150 | 300 | 146 | 56 | 0 | 57 | 31 | 167 | 52 | 72 |
| Binary | 1101000 | 11000000 | 1100110 | 101110 | 0 | 101111 | 11001 | 1110111 | 101010 | 111010 |
Color Harmonies of #68C066
Complementary color
Monochromatic Colors of #68C066
Black with #68C066
Text Example
Text Example
White with #68C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C066; }
p { color: rgb(104,192,102); }
H1.HeaderClassName
{
color: #68C066;
}
.AnyTagClassName
{
color: #68C066;
}
</style>
background-color css
<style>
a { background-color: #68C066; }
a { background-color: rgb(104,192,102); }
div.DivClassName
{
background-color: #68C066;
}
.BgClassName
{
background-color: #68C066;
}
</style>
border-color css
<style>
span { border-color: #68C066; }
span { border-color: rgb(104,192,102); }
td.TdClassName
{
border-color: #68C066;
}
.TagClassName
{
border-color: #68C066;
}
</style>