Shades of Fern #68BC7C
Tints of Fern #68BC7C
RGB
CMYK
RGB Variations
Color information
#68BC7C (or 0x68BC7C) is known color: Fern. HEX triplet: 68, BC and 7C. RGB value is (104,188,124). Sum of RGB (Red+Green+Blue) = 104+188+124=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC7C is #974383. Grayscale: #9B9B9B. Windows color (decimal): -9913220 or 8174696. OLE color: 8174696.
HSL color Cylindrical-coordinate representation of color #68BC7C: hue angle of 134.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC7C is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 124 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.26 |
| HSL | 134.29º | 0.39% | 0.57% | - |
| HSV(B) | 134.29º | 0.45% | 0.74% | - |
| XYZ | 27.33 | 40.36 | 25.42 | - |
| YUV | 155.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 124 | 0.45 | 0 | 0.34 | 0.26 | 134.29 | 0.39 | 0.57 |
| Hex | 68 | BC | 7C | 2D | 0 | 22 | 1A | 86 | 27 | 39 |
| Octal | 150 | 274 | 174 | 55 | 0 | 42 | 32 | 206 | 47 | 71 |
| Binary | 1101000 | 10111100 | 1111100 | 101101 | 0 | 100010 | 11010 | 10000110 | 100111 | 111001 |
Color Harmonies of #68BC7C
Complementary color
Monochromatic Colors of #68BC7C
Black with #68BC7C
Text Example
Text Example
White with #68BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC7C; }
p { color: rgb(104,188,124); }
H1.HeaderClassName
{
color: #68BC7C;
}
.AnyTagClassName
{
color: #68BC7C;
}
</style>
background-color css
<style>
a { background-color: #68BC7C; }
a { background-color: rgb(104,188,124); }
div.DivClassName
{
background-color: #68BC7C;
}
.BgClassName
{
background-color: #68BC7C;
}
</style>
border-color css
<style>
span { border-color: #68BC7C; }
span { border-color: rgb(104,188,124); }
td.TdClassName
{
border-color: #68BC7C;
}
.TagClassName
{
border-color: #68BC7C;
}
</style>