Shades of Fern #68C878
Tints of Fern #68C878
RGB
CMYK
RGB Variations
Color information
#68C878 (or 0x68C878) is known color: Fern. HEX triplet: 68, C8 and 78. RGB value is (104,200,120). Sum of RGB (Red+Green+Blue) = 104+200+120=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #68C878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C878 is #973787. Grayscale: #A2A2A2. Windows color (decimal): -9910152 or 7915624. OLE color: 7915624.
HSL color Cylindrical-coordinate representation of color #68C878: hue angle of 130º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C878 is Cyan = 0.48, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 120 | - |
| CMYK | 0.48 | 0 | 0.4 | 0.22 |
| HSL | 130º | 0.47% | 0.6% | - |
| HSV(B) | 130º | 0.48% | 0.78% | - |
| XYZ | 29.75 | 45.61 | 25 | - |
| YUV | 162.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 120 | 0.48 | 0 | 0.4 | 0.22 | 130 | 0.47 | 0.6 |
| Hex | 68 | C8 | 78 | 30 | 0 | 28 | 16 | 82 | 2F | 3C |
| Octal | 150 | 310 | 170 | 60 | 0 | 50 | 26 | 202 | 57 | 74 |
| Binary | 1101000 | 11001000 | 1111000 | 110000 | 0 | 101000 | 10110 | 10000010 | 101111 | 111100 |
Color Harmonies of #68C878
Complementary color
Monochromatic Colors of #68C878
Black with #68C878
Text Example
Text Example
White with #68C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C878; }
p { color: rgb(104,200,120); }
H1.HeaderClassName
{
color: #68C878;
}
.AnyTagClassName
{
color: #68C878;
}
</style>
background-color css
<style>
a { background-color: #68C878; }
a { background-color: rgb(104,200,120); }
div.DivClassName
{
background-color: #68C878;
}
.BgClassName
{
background-color: #68C878;
}
</style>
border-color css
<style>
span { border-color: #68C878; }
span { border-color: rgb(104,200,120); }
td.TdClassName
{
border-color: #68C878;
}
.TagClassName
{
border-color: #68C878;
}
</style>