Shades of Fern #68B97D
Tints of Fern #68B97D
RGB
CMYK
RGB Variations
Color information
#68B97D (or 0x68B97D) is known color: Fern. HEX triplet: 68, B9 and 7D. RGB value is (104,185,125). Sum of RGB (Red+Green+Blue) = 104+185+125=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #68B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B97D is #974682. Grayscale: #9A9A9A. Windows color (decimal): -9913987 or 8239464. OLE color: 8239464.
HSL color Cylindrical-coordinate representation of color #68B97D: hue angle of 135.56º 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 #68B97D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 125 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.27 |
| HSL | 135.56º | 0.37% | 0.57% | - |
| HSV(B) | 135.56º | 0.44% | 0.73% | - |
| XYZ | 26.76 | 39.12 | 25.54 | - |
| YUV | 153.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 125 | 0.44 | 0 | 0.32 | 0.27 | 135.56 | 0.37 | 0.57 |
| Hex | 68 | B9 | 7D | 2C | 0 | 20 | 1B | 88 | 25 | 39 |
| Octal | 150 | 271 | 175 | 54 | 0 | 40 | 33 | 210 | 45 | 71 |
| Binary | 1101000 | 10111001 | 1111101 | 101100 | 0 | 100000 | 11011 | 10001000 | 100101 | 111001 |
Color Harmonies of #68B97D
Complementary color
Monochromatic Colors of #68B97D
Black with #68B97D
Text Example
Text Example
White with #68B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B97D; }
p { color: rgb(104,185,125); }
H1.HeaderClassName
{
color: #68B97D;
}
.AnyTagClassName
{
color: #68B97D;
}
</style>
background-color css
<style>
a { background-color: #68B97D; }
a { background-color: rgb(104,185,125); }
div.DivClassName
{
background-color: #68B97D;
}
.BgClassName
{
background-color: #68B97D;
}
</style>
border-color css
<style>
span { border-color: #68B97D; }
span { border-color: rgb(104,185,125); }
td.TdClassName
{
border-color: #68B97D;
}
.TagClassName
{
border-color: #68B97D;
}
</style>