Shades of Fern #68BA5D
Tints of Fern #68BA5D
RGB
CMYK
RGB Variations
Color information
#68BA5D (or 0x68BA5D) is known color: Fern. HEX triplet: 68, BA and 5D. RGB value is (104,186,93). Sum of RGB (Red+Green+Blue) = 104+186+93=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA5D is #9745A2. Grayscale: #979797. Windows color (decimal): -9913763 or 6142568. OLE color: 6142568.
HSL color Cylindrical-coordinate representation of color #68BA5D: hue angle of 112.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BA5D is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 93 | - |
| CMYK | 0.44 | 0 | 0.5 | 0.27 |
| HSL | 112.9º | 0.4% | 0.55% | - |
| HSV(B) | 112.9º | 0.5% | 0.73% | - |
| XYZ | 25.24 | 38.85 | 16.52 | - |
| YUV | 150.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 93 | 0.44 | 0 | 0.5 | 0.27 | 112.9 | 0.4 | 0.55 |
| Hex | 68 | BA | 5D | 2C | 0 | 32 | 1B | 71 | 28 | 37 |
| Octal | 150 | 272 | 135 | 54 | 0 | 62 | 33 | 161 | 50 | 67 |
| Binary | 1101000 | 10111010 | 1011101 | 101100 | 0 | 110010 | 11011 | 1110001 | 101000 | 110111 |
Color Harmonies of #68BA5D
Complementary color
Monochromatic Colors of #68BA5D
Black with #68BA5D
Text Example
Text Example
White with #68BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA5D; }
p { color: rgb(104,186,93); }
H1.HeaderClassName
{
color: #68BA5D;
}
.AnyTagClassName
{
color: #68BA5D;
}
</style>
background-color css
<style>
a { background-color: #68BA5D; }
a { background-color: rgb(104,186,93); }
div.DivClassName
{
background-color: #68BA5D;
}
.BgClassName
{
background-color: #68BA5D;
}
</style>
border-color css
<style>
span { border-color: #68BA5D; }
span { border-color: rgb(104,186,93); }
td.TdClassName
{
border-color: #68BA5D;
}
.TagClassName
{
border-color: #68BA5D;
}
</style>