Shades of Fern #68B478
Tints of Fern #68B478
RGB
CMYK
RGB Variations
Color information
#68B478 (or 0x68B478) is known color: Fern. HEX triplet: 68, B4 and 78. RGB value is (104,180,120). Sum of RGB (Red+Green+Blue) = 104+180+120=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #68B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B478 is #974B87. Grayscale: #969696. Windows color (decimal): -9915272 or 7910504. OLE color: 7910504.
HSL color Cylindrical-coordinate representation of color #68B478: hue angle of 132.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B478 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 120 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.29 |
| HSL | 132.63º | 0.34% | 0.56% | - |
| HSV(B) | 132.63º | 0.42% | 0.71% | - |
| XYZ | 25.42 | 36.94 | 23.56 | - |
| YUV | 150.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 120 | 0.42 | 0 | 0.33 | 0.29 | 132.63 | 0.34 | 0.56 |
| Hex | 68 | B4 | 78 | 2A | 0 | 21 | 1D | 85 | 22 | 38 |
| Octal | 150 | 264 | 170 | 52 | 0 | 41 | 35 | 205 | 42 | 70 |
| Binary | 1101000 | 10110100 | 1111000 | 101010 | 0 | 100001 | 11101 | 10000101 | 100010 | 111000 |
Color Harmonies of #68B478
Complementary color
Monochromatic Colors of #68B478
Black with #68B478
Text Example
Text Example
White with #68B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B478; }
p { color: rgb(104,180,120); }
H1.HeaderClassName
{
color: #68B478;
}
.AnyTagClassName
{
color: #68B478;
}
</style>
background-color css
<style>
a { background-color: #68B478; }
a { background-color: rgb(104,180,120); }
div.DivClassName
{
background-color: #68B478;
}
.BgClassName
{
background-color: #68B478;
}
</style>
border-color css
<style>
span { border-color: #68B478; }
span { border-color: rgb(104,180,120); }
td.TdClassName
{
border-color: #68B478;
}
.TagClassName
{
border-color: #68B478;
}
</style>