Shades of Fern #68BC77
Tints of Fern #68BC77
RGB
CMYK
RGB Variations
Color information
#68BC77 (or 0x68BC77) is known color: Fern. HEX triplet: 68, BC and 77. RGB value is (104,188,119). Sum of RGB (Red+Green+Blue) = 104+188+119=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC77 is #974388. Grayscale: #9B9B9B. Windows color (decimal): -9913225 or 7847016. OLE color: 7847016.
HSL color Cylindrical-coordinate representation of color #68BC77: hue angle of 130.71º 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 #68BC77 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 119 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.26 |
| HSL | 130.71º | 0.39% | 0.57% | - |
| HSV(B) | 130.71º | 0.45% | 0.74% | - |
| XYZ | 27.02 | 40.24 | 23.8 | - |
| YUV | 155.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 119 | 0.45 | 0 | 0.37 | 0.26 | 130.71 | 0.39 | 0.57 |
| Hex | 68 | BC | 77 | 2D | 0 | 25 | 1A | 83 | 27 | 39 |
| Octal | 150 | 274 | 167 | 55 | 0 | 45 | 32 | 203 | 47 | 71 |
| Binary | 1101000 | 10111100 | 1110111 | 101101 | 0 | 100101 | 11010 | 10000011 | 100111 | 111001 |
Color Harmonies of #68BC77
Complementary color
Monochromatic Colors of #68BC77
Black with #68BC77
Text Example
Text Example
White with #68BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC77; }
p { color: rgb(104,188,119); }
H1.HeaderClassName
{
color: #68BC77;
}
.AnyTagClassName
{
color: #68BC77;
}
</style>
background-color css
<style>
a { background-color: #68BC77; }
a { background-color: rgb(104,188,119); }
div.DivClassName
{
background-color: #68BC77;
}
.BgClassName
{
background-color: #68BC77;
}
</style>
border-color css
<style>
span { border-color: #68BC77; }
span { border-color: rgb(104,188,119); }
td.TdClassName
{
border-color: #68BC77;
}
.TagClassName
{
border-color: #68BC77;
}
</style>