Shades of Fern #68C376
Tints of Fern #68C376
RGB
CMYK
RGB Variations
Color information
#68C376 (or 0x68C376) is known color: Fern. HEX triplet: 68, C3 and 76. RGB value is (104,195,118). Sum of RGB (Red+Green+Blue) = 104+195+118=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #68C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C376 is #973C89. Grayscale: #9F9F9F. Windows color (decimal): -9911434 or 7783272. OLE color: 7783272.
HSL color Cylindrical-coordinate representation of color #68C376: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C376 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 118 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.24 |
| HSL | 129.23º | 0.43% | 0.59% | - |
| HSV(B) | 129.23º | 0.47% | 0.76% | - |
| XYZ | 28.49 | 43.28 | 23.99 | - |
| YUV | 159.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 118 | 0.47 | 0 | 0.39 | 0.24 | 129.23 | 0.43 | 0.59 |
| Hex | 68 | C3 | 76 | 2F | 0 | 27 | 18 | 81 | 2B | 3B |
| Octal | 150 | 303 | 166 | 57 | 0 | 47 | 30 | 201 | 53 | 73 |
| Binary | 1101000 | 11000011 | 1110110 | 101111 | 0 | 100111 | 11000 | 10000001 | 101011 | 111011 |
Color Harmonies of #68C376
Complementary color
Monochromatic Colors of #68C376
Black with #68C376
Text Example
Text Example
White with #68C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C376; }
p { color: rgb(104,195,118); }
H1.HeaderClassName
{
color: #68C376;
}
.AnyTagClassName
{
color: #68C376;
}
</style>
background-color css
<style>
a { background-color: #68C376; }
a { background-color: rgb(104,195,118); }
div.DivClassName
{
background-color: #68C376;
}
.BgClassName
{
background-color: #68C376;
}
</style>
border-color css
<style>
span { border-color: #68C376; }
span { border-color: rgb(104,195,118); }
td.TdClassName
{
border-color: #68C376;
}
.TagClassName
{
border-color: #68C376;
}
</style>