Shades of Fern #68B77C
Tints of Fern #68B77C
RGB
CMYK
RGB Variations
Color information
#68B77C (or 0x68B77C) is known color: Fern. HEX triplet: 68, B7 and 7C. RGB value is (104,183,124). Sum of RGB (Red+Green+Blue) = 104+183+124=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #68B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B77C is #974883. Grayscale: #989898. Windows color (decimal): -9914500 or 8173416. OLE color: 8173416.
HSL color Cylindrical-coordinate representation of color #68B77C: hue angle of 135.19º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B77C is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 124 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.28 |
| HSL | 135.19º | 0.35% | 0.56% | - |
| HSV(B) | 135.19º | 0.43% | 0.72% | - |
| XYZ | 26.28 | 38.27 | 25.07 | - |
| YUV | 152.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 124 | 0.43 | 0 | 0.32 | 0.28 | 135.19 | 0.35 | 0.56 |
| Hex | 68 | B7 | 7C | 2B | 0 | 20 | 1C | 87 | 23 | 38 |
| Octal | 150 | 267 | 174 | 53 | 0 | 40 | 34 | 207 | 43 | 70 |
| Binary | 1101000 | 10110111 | 1111100 | 101011 | 0 | 100000 | 11100 | 10000111 | 100011 | 111000 |
Color Harmonies of #68B77C
Complementary color
Monochromatic Colors of #68B77C
Black with #68B77C
Text Example
Text Example
White with #68B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B77C; }
p { color: rgb(104,183,124); }
H1.HeaderClassName
{
color: #68B77C;
}
.AnyTagClassName
{
color: #68B77C;
}
</style>
background-color css
<style>
a { background-color: #68B77C; }
a { background-color: rgb(104,183,124); }
div.DivClassName
{
background-color: #68B77C;
}
.BgClassName
{
background-color: #68B77C;
}
</style>
border-color css
<style>
span { border-color: #68B77C; }
span { border-color: rgb(104,183,124); }
td.TdClassName
{
border-color: #68B77C;
}
.TagClassName
{
border-color: #68B77C;
}
</style>