Shades of Fern #68C972
Tints of Fern #68C972
RGB
CMYK
RGB Variations
Color information
#68C972 (or 0x68C972) is known color: Fern. HEX triplet: 68, C9 and 72. RGB value is (104,201,114). Sum of RGB (Red+Green+Blue) = 104+201+114=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #68C972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C972 is #97368D. Grayscale: #A2A2A2. Windows color (decimal): -9909902 or 7522664. OLE color: 7522664.
HSL color Cylindrical-coordinate representation of color #68C972: hue angle of 126.19º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C972 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 114 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.21 |
| HSL | 126.19º | 0.47% | 0.6% | - |
| HSV(B) | 126.19º | 0.48% | 0.79% | - |
| XYZ | 29.63 | 45.93 | 23.22 | - |
| YUV | 162.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 114 | 0.48 | 0 | 0.43 | 0.21 | 126.19 | 0.47 | 0.6 |
| Hex | 68 | C9 | 72 | 30 | 0 | 2B | 15 | 7E | 2F | 3C |
| Octal | 150 | 311 | 162 | 60 | 0 | 53 | 25 | 176 | 57 | 74 |
| Binary | 1101000 | 11001001 | 1110010 | 110000 | 0 | 101011 | 10101 | 1111110 | 101111 | 111100 |
Color Harmonies of #68C972
Complementary color
Monochromatic Colors of #68C972
Black with #68C972
Text Example
Text Example
White with #68C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C972; }
p { color: rgb(104,201,114); }
H1.HeaderClassName
{
color: #68C972;
}
.AnyTagClassName
{
color: #68C972;
}
</style>
background-color css
<style>
a { background-color: #68C972; }
a { background-color: rgb(104,201,114); }
div.DivClassName
{
background-color: #68C972;
}
.BgClassName
{
background-color: #68C972;
}
</style>
border-color css
<style>
span { border-color: #68C972; }
span { border-color: rgb(104,201,114); }
td.TdClassName
{
border-color: #68C972;
}
.TagClassName
{
border-color: #68C972;
}
</style>