Shades of Fern #68C178
Tints of Fern #68C178
RGB
CMYK
RGB Variations
Color information
#68C178 (or 0x68C178) is known color: Fern. HEX triplet: 68, C1 and 78. RGB value is (104,193,120). Sum of RGB (Red+Green+Blue) = 104+193+120=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #68C178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C178 is #973E87. Grayscale: #9E9E9E. Windows color (decimal): -9911944 or 7913832. OLE color: 7913832.
HSL color Cylindrical-coordinate representation of color #68C178: hue angle of 130.79º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C178 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 120 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.24 |
| HSL | 130.79º | 0.42% | 0.58% | - |
| HSV(B) | 130.79º | 0.46% | 0.76% | - |
| XYZ | 28.17 | 42.44 | 24.48 | - |
| YUV | 158.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 120 | 0.46 | 0 | 0.38 | 0.24 | 130.79 | 0.42 | 0.58 |
| Hex | 68 | C1 | 78 | 2E | 0 | 26 | 18 | 83 | 2A | 3A |
| Octal | 150 | 301 | 170 | 56 | 0 | 46 | 30 | 203 | 52 | 72 |
| Binary | 1101000 | 11000001 | 1111000 | 101110 | 0 | 100110 | 11000 | 10000011 | 101010 | 111010 |
Color Harmonies of #68C178
Complementary color
Monochromatic Colors of #68C178
Black with #68C178
Text Example
Text Example
White with #68C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C178; }
p { color: rgb(104,193,120); }
H1.HeaderClassName
{
color: #68C178;
}
.AnyTagClassName
{
color: #68C178;
}
</style>
background-color css
<style>
a { background-color: #68C178; }
a { background-color: rgb(104,193,120); }
div.DivClassName
{
background-color: #68C178;
}
.BgClassName
{
background-color: #68C178;
}
</style>
border-color css
<style>
span { border-color: #68C178; }
span { border-color: rgb(104,193,120); }
td.TdClassName
{
border-color: #68C178;
}
.TagClassName
{
border-color: #68C178;
}
</style>