Shades of Fern #68BA5F
Tints of Fern #68BA5F
RGB
CMYK
RGB Variations
Color information
#68BA5F (or 0x68BA5F) is known color: Fern. HEX triplet: 68, BA and 5F. RGB value is (104,186,95). Sum of RGB (Red+Green+Blue) = 104+186+95=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA5F is #9745A0. Grayscale: #979797. Windows color (decimal): -9913761 or 6273640. OLE color: 6273640.
HSL color Cylindrical-coordinate representation of color #68BA5F: hue angle of 114.07º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BA5F is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 95 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.27 |
| HSL | 114.07º | 0.4% | 0.55% | - |
| HSV(B) | 114.07º | 0.49% | 0.73% | - |
| XYZ | 25.33 | 38.89 | 17 | - |
| YUV | 151.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 95 | 0.44 | 0 | 0.49 | 0.27 | 114.07 | 0.4 | 0.55 |
| Hex | 68 | BA | 5F | 2C | 0 | 31 | 1B | 72 | 28 | 37 |
| Octal | 150 | 272 | 137 | 54 | 0 | 61 | 33 | 162 | 50 | 67 |
| Binary | 1101000 | 10111010 | 1011111 | 101100 | 0 | 110001 | 11011 | 1110010 | 101000 | 110111 |
Color Harmonies of #68BA5F
Complementary color
Monochromatic Colors of #68BA5F
Black with #68BA5F
Text Example
Text Example
White with #68BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA5F; }
p { color: rgb(104,186,95); }
H1.HeaderClassName
{
color: #68BA5F;
}
.AnyTagClassName
{
color: #68BA5F;
}
</style>
background-color css
<style>
a { background-color: #68BA5F; }
a { background-color: rgb(104,186,95); }
div.DivClassName
{
background-color: #68BA5F;
}
.BgClassName
{
background-color: #68BA5F;
}
</style>
border-color css
<style>
span { border-color: #68BA5F; }
span { border-color: rgb(104,186,95); }
td.TdClassName
{
border-color: #68BA5F;
}
.TagClassName
{
border-color: #68BA5F;
}
</style>