Shades of Fern #68C873
Tints of Fern #68C873
RGB
CMYK
RGB Variations
Color information
#68C873 (or 0x68C873) is known color: Fern. HEX triplet: 68, C8 and 73. RGB value is (104,200,115). Sum of RGB (Red+Green+Blue) = 104+200+115=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #68C873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C873 is #97378C. Grayscale: #A1A1A1. Windows color (decimal): -9910157 or 7587944. OLE color: 7587944.
HSL color Cylindrical-coordinate representation of color #68C873: hue angle of 126.87º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C873 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 115 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.22 |
| HSL | 126.88º | 0.47% | 0.6% | - |
| HSV(B) | 126.88º | 0.48% | 0.78% | - |
| XYZ | 29.46 | 45.49 | 23.45 | - |
| YUV | 161.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 115 | 0.48 | 0 | 0.42 | 0.22 | 126.88 | 0.47 | 0.6 |
| Hex | 68 | C8 | 73 | 30 | 0 | 2A | 16 | 7F | 2F | 3C |
| Octal | 150 | 310 | 163 | 60 | 0 | 52 | 26 | 177 | 57 | 74 |
| Binary | 1101000 | 11001000 | 1110011 | 110000 | 0 | 101010 | 10110 | 1111111 | 101111 | 111100 |
Color Harmonies of #68C873
Complementary color
Monochromatic Colors of #68C873
Black with #68C873
Text Example
Text Example
White with #68C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C873; }
p { color: rgb(104,200,115); }
H1.HeaderClassName
{
color: #68C873;
}
.AnyTagClassName
{
color: #68C873;
}
</style>
background-color css
<style>
a { background-color: #68C873; }
a { background-color: rgb(104,200,115); }
div.DivClassName
{
background-color: #68C873;
}
.BgClassName
{
background-color: #68C873;
}
</style>
border-color css
<style>
span { border-color: #68C873; }
span { border-color: rgb(104,200,115); }
td.TdClassName
{
border-color: #68C873;
}
.TagClassName
{
border-color: #68C873;
}
</style>