Shades of Fern #68BF78
Tints of Fern #68BF78
RGB
CMYK
RGB Variations
Color information
#68BF78 (or 0x68BF78) is known color: Fern. HEX triplet: 68, BF and 78. RGB value is (104,191,120). Sum of RGB (Red+Green+Blue) = 104+191+120=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF78 is #974087. Grayscale: #9D9D9D. Windows color (decimal): -9912456 or 7913320. OLE color: 7913320.
HSL color Cylindrical-coordinate representation of color #68BF78: hue angle of 131.03º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BF78 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 120 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.25 |
| HSL | 131.03º | 0.4% | 0.58% | - |
| HSV(B) | 131.03º | 0.46% | 0.75% | - |
| XYZ | 27.73 | 41.56 | 24.33 | - |
| YUV | 156.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 120 | 0.46 | 0 | 0.37 | 0.25 | 131.03 | 0.4 | 0.58 |
| Hex | 68 | BF | 78 | 2E | 0 | 25 | 19 | 83 | 28 | 3A |
| Octal | 150 | 277 | 170 | 56 | 0 | 45 | 31 | 203 | 50 | 72 |
| Binary | 1101000 | 10111111 | 1111000 | 101110 | 0 | 100101 | 11001 | 10000011 | 101000 | 111010 |
Color Harmonies of #68BF78
Complementary color
Monochromatic Colors of #68BF78
Black with #68BF78
Text Example
Text Example
White with #68BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF78; }
p { color: rgb(104,191,120); }
H1.HeaderClassName
{
color: #68BF78;
}
.AnyTagClassName
{
color: #68BF78;
}
</style>
background-color css
<style>
a { background-color: #68BF78; }
a { background-color: rgb(104,191,120); }
div.DivClassName
{
background-color: #68BF78;
}
.BgClassName
{
background-color: #68BF78;
}
</style>
border-color css
<style>
span { border-color: #68BF78; }
span { border-color: rgb(104,191,120); }
td.TdClassName
{
border-color: #68BF78;
}
.TagClassName
{
border-color: #68BF78;
}
</style>