Shades of Fern #68C778
Tints of Fern #68C778
RGB
CMYK
RGB Variations
Color information
#68C778 (or 0x68C778) is known color: Fern. HEX triplet: 68, C7 and 78. RGB value is (104,199,120). Sum of RGB (Red+Green+Blue) = 104+199+120=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #68C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C778 is #973887. Grayscale: #A1A1A1. Windows color (decimal): -9910408 or 7915368. OLE color: 7915368.
HSL color Cylindrical-coordinate representation of color #68C778: hue angle of 130.11º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C778 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 120 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.22 |
| HSL | 130.11º | 0.46% | 0.59% | - |
| HSV(B) | 130.11º | 0.48% | 0.78% | - |
| XYZ | 29.52 | 45.15 | 24.93 | - |
| YUV | 161.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 120 | 0.48 | 0 | 0.40 | 0.22 | 130.11 | 0.46 | 0.59 |
| Hex | 68 | C7 | 78 | 30 | 0 | 28 | 16 | 82 | 2E | 3B |
| Octal | 150 | 307 | 170 | 60 | 0 | 50 | 26 | 202 | 56 | 73 |
| Binary | 1101000 | 11000111 | 1111000 | 110000 | 0 | 101000 | 10110 | 10000010 | 101110 | 111011 |
Color Harmonies of #68C778
Complementary color
Monochromatic Colors of #68C778
Black with #68C778
Text Example
Text Example
White with #68C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C778; }
p { color: rgb(104,199,120); }
H1.HeaderClassName
{
color: #68C778;
}
.AnyTagClassName
{
color: #68C778;
}
</style>
background-color css
<style>
a { background-color: #68C778; }
a { background-color: rgb(104,199,120); }
div.DivClassName
{
background-color: #68C778;
}
.BgClassName
{
background-color: #68C778;
}
</style>
border-color css
<style>
span { border-color: #68C778; }
span { border-color: rgb(104,199,120); }
td.TdClassName
{
border-color: #68C778;
}
.TagClassName
{
border-color: #68C778;
}
</style>