Shades of Fern #68C05F
Tints of Fern #68C05F
RGB
CMYK
RGB Variations
Color information
#68C05F (or 0x68C05F) is known color: Fern. HEX triplet: 68, C0 and 5F. RGB value is (104,192,95). Sum of RGB (Red+Green+Blue) = 104+192+95=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #68C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C05F is #973FA0. Grayscale: #9A9A9A. Windows color (decimal): -9912225 or 6275176. OLE color: 6275176.
HSL color Cylindrical-coordinate representation of color #68C05F: hue angle of 114.43º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68C05F is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 95 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.25 |
| HSL | 114.43º | 0.43% | 0.56% | - |
| HSV(B) | 114.43º | 0.51% | 0.75% | - |
| XYZ | 26.62 | 41.47 | 17.43 | - |
| YUV | 154.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 95 | 0.46 | 0 | 0.51 | 0.25 | 114.43 | 0.43 | 0.56 |
| Hex | 68 | C0 | 5F | 2E | 0 | 33 | 19 | 72 | 2B | 38 |
| Octal | 150 | 300 | 137 | 56 | 0 | 63 | 31 | 162 | 53 | 70 |
| Binary | 1101000 | 11000000 | 1011111 | 101110 | 0 | 110011 | 11001 | 1110010 | 101011 | 111000 |
Color Harmonies of #68C05F
Complementary color
Monochromatic Colors of #68C05F
Black with #68C05F
Text Example
Text Example
White with #68C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C05F; }
p { color: rgb(104,192,95); }
H1.HeaderClassName
{
color: #68C05F;
}
.AnyTagClassName
{
color: #68C05F;
}
</style>
background-color css
<style>
a { background-color: #68C05F; }
a { background-color: rgb(104,192,95); }
div.DivClassName
{
background-color: #68C05F;
}
.BgClassName
{
background-color: #68C05F;
}
</style>
border-color css
<style>
span { border-color: #68C05F; }
span { border-color: rgb(104,192,95); }
td.TdClassName
{
border-color: #68C05F;
}
.TagClassName
{
border-color: #68C05F;
}
</style>