Shades of Fern #68BF65
Tints of Fern #68BF65
RGB
CMYK
RGB Variations
Color information
#68BF65 (or 0x68BF65) is known color: Fern. HEX triplet: 68, BF and 65. RGB value is (104,191,101). Sum of RGB (Red+Green+Blue) = 104+191+101=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF65 is #97409A. Grayscale: #9B9B9B. Windows color (decimal): -9912475 or 6668136. OLE color: 6668136.
HSL color Cylindrical-coordinate representation of color #68BF65: hue angle of 118º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68BF65 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 101 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.25 |
| HSL | 118º | 0.41% | 0.57% | - |
| HSV(B) | 118º | 0.47% | 0.75% | - |
| XYZ | 26.69 | 41.14 | 18.85 | - |
| YUV | 154.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 101 | 0.46 | 0 | 0.47 | 0.25 | 118 | 0.41 | 0.57 |
| Hex | 68 | BF | 65 | 2E | 0 | 2F | 19 | 76 | 29 | 39 |
| Octal | 150 | 277 | 145 | 56 | 0 | 57 | 31 | 166 | 51 | 71 |
| Binary | 1101000 | 10111111 | 1100101 | 101110 | 0 | 101111 | 11001 | 1110110 | 101001 | 111001 |
Color Harmonies of #68BF65
Complementary color
Monochromatic Colors of #68BF65
Black with #68BF65
Text Example
Text Example
White with #68BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BF65; }
p { color: rgb(104,191,101); }
H1.HeaderClassName
{
color: #68BF65;
}
.AnyTagClassName
{
color: #68BF65;
}
</style>
background-color css
<style>
a { background-color: #68BF65; }
a { background-color: rgb(104,191,101); }
div.DivClassName
{
background-color: #68BF65;
}
.BgClassName
{
background-color: #68BF65;
}
</style>
border-color css
<style>
span { border-color: #68BF65; }
span { border-color: rgb(104,191,101); }
td.TdClassName
{
border-color: #68BF65;
}
.TagClassName
{
border-color: #68BF65;
}
</style>