Shades of Fern #68BF70
Tints of Fern #68BF70
RGB
CMYK
RGB Variations
Color information
#68BF70 (or 0x68BF70) is known color: Fern. HEX triplet: 68, BF and 70. RGB value is (104,191,112). Sum of RGB (Red+Green+Blue) = 104+191+112=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF70 is #97408F. Grayscale: #9C9C9C. Windows color (decimal): -9912464 or 7389032. OLE color: 7389032.
HSL color Cylindrical-coordinate representation of color #68BF70: hue angle of 125.52º 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 #68BF70 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 112 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.25 |
| HSL | 125.52º | 0.4% | 0.58% | - |
| HSV(B) | 125.52º | 0.46% | 0.75% | - |
| XYZ | 27.26 | 41.37 | 21.88 | - |
| YUV | 155.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 112 | 0.46 | 0 | 0.41 | 0.25 | 125.52 | 0.4 | 0.58 |
| Hex | 68 | BF | 70 | 2E | 0 | 29 | 19 | 7E | 28 | 3A |
| Octal | 150 | 277 | 160 | 56 | 0 | 51 | 31 | 176 | 50 | 72 |
| Binary | 1101000 | 10111111 | 1110000 | 101110 | 0 | 101001 | 11001 | 1111110 | 101000 | 111010 |
Color Harmonies of #68BF70
Complementary color
Monochromatic Colors of #68BF70
Black with #68BF70
Text Example
Text Example
White with #68BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF70; }
p { color: rgb(104,191,112); }
H1.HeaderClassName
{
color: #68BF70;
}
.AnyTagClassName
{
color: #68BF70;
}
</style>
background-color css
<style>
a { background-color: #68BF70; }
a { background-color: rgb(104,191,112); }
div.DivClassName
{
background-color: #68BF70;
}
.BgClassName
{
background-color: #68BF70;
}
</style>
border-color css
<style>
span { border-color: #68BF70; }
span { border-color: rgb(104,191,112); }
td.TdClassName
{
border-color: #68BF70;
}
.TagClassName
{
border-color: #68BF70;
}
</style>