Shades of Fern #68B870
Tints of Fern #68B870
RGB
CMYK
RGB Variations
Color information
#68B870 (or 0x68B870) is known color: Fern. HEX triplet: 68, B8 and 70. RGB value is (104,184,112). Sum of RGB (Red+Green+Blue) = 104+184+112=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #68B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B870 is #97478F. Grayscale: #989898. Windows color (decimal): -9914256 or 7387240. OLE color: 7387240.
HSL color Cylindrical-coordinate representation of color #68B870: hue angle of 126º 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 #68B870 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 112 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.28 |
| HSL | 126º | 0.36% | 0.56% | - |
| HSV(B) | 126º | 0.43% | 0.72% | - |
| XYZ | 25.77 | 38.39 | 21.38 | - |
| YUV | 151.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 112 | 0.43 | 0 | 0.39 | 0.28 | 126 | 0.36 | 0.56 |
| Hex | 68 | B8 | 70 | 2B | 0 | 27 | 1C | 7E | 24 | 38 |
| Octal | 150 | 270 | 160 | 53 | 0 | 47 | 34 | 176 | 44 | 70 |
| Binary | 1101000 | 10111000 | 1110000 | 101011 | 0 | 100111 | 11100 | 1111110 | 100100 | 111000 |
Color Harmonies of #68B870
Complementary color
Monochromatic Colors of #68B870
Black with #68B870
Text Example
Text Example
White with #68B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B870; }
p { color: rgb(104,184,112); }
H1.HeaderClassName
{
color: #68B870;
}
.AnyTagClassName
{
color: #68B870;
}
</style>
background-color css
<style>
a { background-color: #68B870; }
a { background-color: rgb(104,184,112); }
div.DivClassName
{
background-color: #68B870;
}
.BgClassName
{
background-color: #68B870;
}
</style>
border-color css
<style>
span { border-color: #68B870; }
span { border-color: rgb(104,184,112); }
td.TdClassName
{
border-color: #68B870;
}
.TagClassName
{
border-color: #68B870;
}
</style>