Shades of Fern #68BA69
Tints of Fern #68BA69
RGB
CMYK
RGB Variations
Color information
#68BA69 (or 0x68BA69) is known color: Fern. HEX triplet: 68, BA and 69. RGB value is (104,186,105). Sum of RGB (Red+Green+Blue) = 104+186+105=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA69 is #974596. Grayscale: #989898. Windows color (decimal): -9913751 or 6929000. OLE color: 6929000.
HSL color Cylindrical-coordinate representation of color #68BA69: hue angle of 120.73º 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 #68BA69 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 105 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.27 |
| HSL | 120.73º | 0.37% | 0.57% | - |
| HSV(B) | 120.73º | 0.44% | 0.73% | - |
| XYZ | 25.82 | 39.08 | 19.55 | - |
| YUV | 152.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 105 | 0.44 | 0 | 0.44 | 0.27 | 120.73 | 0.37 | 0.57 |
| Hex | 68 | BA | 69 | 2C | 0 | 2C | 1B | 79 | 25 | 39 |
| Octal | 150 | 272 | 151 | 54 | 0 | 54 | 33 | 171 | 45 | 71 |
| Binary | 1101000 | 10111010 | 1101001 | 101100 | 0 | 101100 | 11011 | 1111001 | 100101 | 111001 |
Color Harmonies of #68BA69
Complementary color
Monochromatic Colors of #68BA69
Black with #68BA69
Text Example
Text Example
White with #68BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA69; }
p { color: rgb(104,186,105); }
H1.HeaderClassName
{
color: #68BA69;
}
.AnyTagClassName
{
color: #68BA69;
}
</style>
background-color css
<style>
a { background-color: #68BA69; }
a { background-color: rgb(104,186,105); }
div.DivClassName
{
background-color: #68BA69;
}
.BgClassName
{
background-color: #68BA69;
}
</style>
border-color css
<style>
span { border-color: #68BA69; }
span { border-color: rgb(104,186,105); }
td.TdClassName
{
border-color: #68BA69;
}
.TagClassName
{
border-color: #68BA69;
}
</style>