Shades of Fern #68C477
Tints of Fern #68C477
RGB
CMYK
RGB Variations
Color information
#68C477 (or 0x68C477) is known color: Fern. HEX triplet: 68, C4 and 77. RGB value is (104,196,119). Sum of RGB (Red+Green+Blue) = 104+196+119=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #68C477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C477 is #973B88. Grayscale: #9F9F9F. Windows color (decimal): -9911177 or 7849064. OLE color: 7849064.
HSL color Cylindrical-coordinate representation of color #68C477: hue angle of 129.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C477 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 119 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.23 |
| HSL | 129.78º | 0.44% | 0.59% | - |
| HSV(B) | 129.78º | 0.47% | 0.77% | - |
| XYZ | 28.78 | 43.75 | 24.38 | - |
| YUV | 159.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 119 | 0.47 | 0 | 0.39 | 0.23 | 129.78 | 0.44 | 0.59 |
| Hex | 68 | C4 | 77 | 2F | 0 | 27 | 17 | 82 | 2C | 3B |
| Octal | 150 | 304 | 167 | 57 | 0 | 47 | 27 | 202 | 54 | 73 |
| Binary | 1101000 | 11000100 | 1110111 | 101111 | 0 | 100111 | 10111 | 10000010 | 101100 | 111011 |
Color Harmonies of #68C477
Complementary color
Monochromatic Colors of #68C477
Black with #68C477
Text Example
Text Example
White with #68C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C477; }
p { color: rgb(104,196,119); }
H1.HeaderClassName
{
color: #68C477;
}
.AnyTagClassName
{
color: #68C477;
}
</style>
background-color css
<style>
a { background-color: #68C477; }
a { background-color: rgb(104,196,119); }
div.DivClassName
{
background-color: #68C477;
}
.BgClassName
{
background-color: #68C477;
}
</style>
border-color css
<style>
span { border-color: #68C477; }
span { border-color: rgb(104,196,119); }
td.TdClassName
{
border-color: #68C477;
}
.TagClassName
{
border-color: #68C477;
}
</style>