Shades of Fern #68B868
Tints of Fern #68B868
RGB
CMYK
RGB Variations
Color information
#68B868 (or 0x68B868) is known color: Fern. HEX triplet: 68, B8 and 68. RGB value is (104,184,104). Sum of RGB (Red+Green+Blue) = 104+184+104=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #68B868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B868 is #974797. Grayscale: #979797. Windows color (decimal): -9914264 or 6862952. OLE color: 6862952.
HSL color Cylindrical-coordinate representation of color #68B868: hue angle of 120º degrees, saturation: 0.36, 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 #68B868 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 104 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.28 |
| HSL | 120º | 0.36% | 0.56% | - |
| HSV(B) | 120º | 0.43% | 0.72% | - |
| XYZ | 25.35 | 38.22 | 19.14 | - |
| YUV | 150.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 104 | 0.43 | 0 | 0.43 | 0.28 | 120 | 0.36 | 0.56 |
| Hex | 68 | B8 | 68 | 2B | 0 | 2B | 1C | 78 | 24 | 38 |
| Octal | 150 | 270 | 150 | 53 | 0 | 53 | 34 | 170 | 44 | 70 |
| Binary | 1101000 | 10111000 | 1101000 | 101011 | 0 | 101011 | 11100 | 1111000 | 100100 | 111000 |
Color Harmonies of #68B868
Complementary color
Monochromatic Colors of #68B868
Black with #68B868
Text Example
Text Example
White with #68B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B868; }
p { color: rgb(104,184,104); }
H1.HeaderClassName
{
color: #68B868;
}
.AnyTagClassName
{
color: #68B868;
}
</style>
background-color css
<style>
a { background-color: #68B868; }
a { background-color: rgb(104,184,104); }
div.DivClassName
{
background-color: #68B868;
}
.BgClassName
{
background-color: #68B868;
}
</style>
border-color css
<style>
span { border-color: #68B868; }
span { border-color: rgb(104,184,104); }
td.TdClassName
{
border-color: #68B868;
}
.TagClassName
{
border-color: #68B868;
}
</style>