Shades of Fern #68CA7C
Tints of Fern #68CA7C
RGB
CMYK
RGB Variations
Color information
#68CA7C (or 0x68CA7C) is known color: Fern. HEX triplet: 68, CA and 7C. RGB value is (104,202,124). Sum of RGB (Red+Green+Blue) = 104+202+124=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA7C is #973583. Grayscale: #A4A4A4. Windows color (decimal): -9909636 or 8178280. OLE color: 8178280.
HSL color Cylindrical-coordinate representation of color #68CA7C: hue angle of 132.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CA7C is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 124 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.21 |
| HSL | 132.24º | 0.48% | 0.6% | - |
| HSV(B) | 132.24º | 0.49% | 0.79% | - |
| XYZ | 30.47 | 46.64 | 26.47 | - |
| YUV | 163.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 124 | 0.49 | 0 | 0.39 | 0.21 | 132.24 | 0.48 | 0.6 |
| Hex | 68 | CA | 7C | 31 | 0 | 27 | 15 | 84 | 30 | 3C |
| Octal | 150 | 312 | 174 | 61 | 0 | 47 | 25 | 204 | 60 | 74 |
| Binary | 1101000 | 11001010 | 1111100 | 110001 | 0 | 100111 | 10101 | 10000100 | 110000 | 111100 |
Color Harmonies of #68CA7C
Complementary color
Monochromatic Colors of #68CA7C
Black with #68CA7C
Text Example
Text Example
White with #68CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA7C; }
p { color: rgb(104,202,124); }
H1.HeaderClassName
{
color: #68CA7C;
}
.AnyTagClassName
{
color: #68CA7C;
}
</style>
background-color css
<style>
a { background-color: #68CA7C; }
a { background-color: rgb(104,202,124); }
div.DivClassName
{
background-color: #68CA7C;
}
.BgClassName
{
background-color: #68CA7C;
}
</style>
border-color css
<style>
span { border-color: #68CA7C; }
span { border-color: rgb(104,202,124); }
td.TdClassName
{
border-color: #68CA7C;
}
.TagClassName
{
border-color: #68CA7C;
}
</style>