Shades of Fern #68C07A
Tints of Fern #68C07A
RGB
CMYK
RGB Variations
Color information
#68C07A (or 0x68C07A) is known color: Fern. HEX triplet: 68, C0 and 7A. RGB value is (104,192,122). Sum of RGB (Red+Green+Blue) = 104+192+122=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #68C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C07A is #973F85. Grayscale: #9D9D9D. Windows color (decimal): -9912198 or 8044648. OLE color: 8044648.
HSL color Cylindrical-coordinate representation of color #68C07A: hue angle of 132.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C07A is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 122 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.25 |
| HSL | 132.27º | 0.41% | 0.58% | - |
| HSV(B) | 132.27º | 0.46% | 0.75% | - |
| XYZ | 28.07 | 42.05 | 25.05 | - |
| YUV | 157.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 122 | 0.46 | 0 | 0.36 | 0.25 | 132.27 | 0.41 | 0.58 |
| Hex | 68 | C0 | 7A | 2E | 0 | 24 | 19 | 84 | 29 | 3A |
| Octal | 150 | 300 | 172 | 56 | 0 | 44 | 31 | 204 | 51 | 72 |
| Binary | 1101000 | 11000000 | 1111010 | 101110 | 0 | 100100 | 11001 | 10000100 | 101001 | 111010 |
Color Harmonies of #68C07A
Complementary color
Monochromatic Colors of #68C07A
Black with #68C07A
Text Example
Text Example
White with #68C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C07A; }
p { color: rgb(104,192,122); }
H1.HeaderClassName
{
color: #68C07A;
}
.AnyTagClassName
{
color: #68C07A;
}
</style>
background-color css
<style>
a { background-color: #68C07A; }
a { background-color: rgb(104,192,122); }
div.DivClassName
{
background-color: #68C07A;
}
.BgClassName
{
background-color: #68C07A;
}
</style>
border-color css
<style>
span { border-color: #68C07A; }
span { border-color: rgb(104,192,122); }
td.TdClassName
{
border-color: #68C07A;
}
.TagClassName
{
border-color: #68C07A;
}
</style>