Shades of Fern #68BA6D
Tints of Fern #68BA6D
RGB
CMYK
RGB Variations
Color information
#68BA6D (or 0x68BA6D) is known color: Fern. HEX triplet: 68, BA and 6D. RGB value is (104,186,109). Sum of RGB (Red+Green+Blue) = 104+186+109=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA6D is #974592. Grayscale: #989898. Windows color (decimal): -9913747 or 7191144. OLE color: 7191144.
HSL color Cylindrical-coordinate representation of color #68BA6D: hue angle of 123.66º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BA6D is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 109 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.27 |
| HSL | 123.66º | 0.37% | 0.57% | - |
| HSV(B) | 123.66º | 0.44% | 0.73% | - |
| XYZ | 26.03 | 39.17 | 20.66 | - |
| YUV | 152.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 109 | 0.44 | 0 | 0.41 | 0.27 | 123.66 | 0.37 | 0.57 |
| Hex | 68 | BA | 6D | 2C | 0 | 29 | 1B | 7C | 25 | 39 |
| Octal | 150 | 272 | 155 | 54 | 0 | 51 | 33 | 174 | 45 | 71 |
| Binary | 1101000 | 10111010 | 1101101 | 101100 | 0 | 101001 | 11011 | 1111100 | 100101 | 111001 |
Color Harmonies of #68BA6D
Complementary color
Monochromatic Colors of #68BA6D
Black with #68BA6D
Text Example
Text Example
White with #68BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA6D; }
p { color: rgb(104,186,109); }
H1.HeaderClassName
{
color: #68BA6D;
}
.AnyTagClassName
{
color: #68BA6D;
}
</style>
background-color css
<style>
a { background-color: #68BA6D; }
a { background-color: rgb(104,186,109); }
div.DivClassName
{
background-color: #68BA6D;
}
.BgClassName
{
background-color: #68BA6D;
}
</style>
border-color css
<style>
span { border-color: #68BA6D; }
span { border-color: rgb(104,186,109); }
td.TdClassName
{
border-color: #68BA6D;
}
.TagClassName
{
border-color: #68BA6D;
}
</style>