Shades of Fern #68B778
Tints of Fern #68B778
RGB
CMYK
RGB Variations
Color information
#68B778 (or 0x68B778) is known color: Fern. HEX triplet: 68, B7 and 78. RGB value is (104,183,120). Sum of RGB (Red+Green+Blue) = 104+183+120=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #68B778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B778 is #974887. Grayscale: #989898. Windows color (decimal): -9914504 or 7911272. OLE color: 7911272.
HSL color Cylindrical-coordinate representation of color #68B778: hue angle of 132.15º 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 #68B778 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 120 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.28 |
| HSL | 132.15º | 0.35% | 0.56% | - |
| HSV(B) | 132.15º | 0.43% | 0.72% | - |
| XYZ | 26.03 | 38.17 | 23.76 | - |
| YUV | 152.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 120 | 0.43 | 0 | 0.34 | 0.28 | 132.15 | 0.35 | 0.56 |
| Hex | 68 | B7 | 78 | 2B | 0 | 22 | 1C | 84 | 23 | 38 |
| Octal | 150 | 267 | 170 | 53 | 0 | 42 | 34 | 204 | 43 | 70 |
| Binary | 1101000 | 10110111 | 1111000 | 101011 | 0 | 100010 | 11100 | 10000100 | 100011 | 111000 |
Color Harmonies of #68B778
Complementary color
Monochromatic Colors of #68B778
Black with #68B778
Text Example
Text Example
White with #68B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B778; }
p { color: rgb(104,183,120); }
H1.HeaderClassName
{
color: #68B778;
}
.AnyTagClassName
{
color: #68B778;
}
</style>
background-color css
<style>
a { background-color: #68B778; }
a { background-color: rgb(104,183,120); }
div.DivClassName
{
background-color: #68B778;
}
.BgClassName
{
background-color: #68B778;
}
</style>
border-color css
<style>
span { border-color: #68B778; }
span { border-color: rgb(104,183,120); }
td.TdClassName
{
border-color: #68B778;
}
.TagClassName
{
border-color: #68B778;
}
</style>