Shades of Fern #68BC61
Tints of Fern #68BC61
RGB
CMYK
RGB Variations
Color information
#68BC61 (or 0x68BC61) is known color: Fern. HEX triplet: 68, BC and 61. RGB value is (104,188,97). Sum of RGB (Red+Green+Blue) = 104+188+97=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC61 is #97439E. Grayscale: #989898. Windows color (decimal): -9913247 or 6405224. OLE color: 6405224.
HSL color Cylindrical-coordinate representation of color #68BC61: hue angle of 115.38º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68BC61 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 97 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.26 |
| HSL | 115.38º | 0.4% | 0.56% | - |
| HSV(B) | 115.38º | 0.48% | 0.74% | - |
| XYZ | 25.85 | 39.77 | 17.62 | - |
| YUV | 152.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 97 | 0.45 | 0 | 0.48 | 0.26 | 115.38 | 0.4 | 0.56 |
| Hex | 68 | BC | 61 | 2D | 0 | 30 | 1A | 73 | 28 | 38 |
| Octal | 150 | 274 | 141 | 55 | 0 | 60 | 32 | 163 | 50 | 70 |
| Binary | 1101000 | 10111100 | 1100001 | 101101 | 0 | 110000 | 11010 | 1110011 | 101000 | 111000 |
Color Harmonies of #68BC61
Complementary color
Monochromatic Colors of #68BC61
Black with #68BC61
Text Example
Text Example
White with #68BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC61; }
p { color: rgb(104,188,97); }
H1.HeaderClassName
{
color: #68BC61;
}
.AnyTagClassName
{
color: #68BC61;
}
</style>
background-color css
<style>
a { background-color: #68BC61; }
a { background-color: rgb(104,188,97); }
div.DivClassName
{
background-color: #68BC61;
}
.BgClassName
{
background-color: #68BC61;
}
</style>
border-color css
<style>
span { border-color: #68BC61; }
span { border-color: rgb(104,188,97); }
td.TdClassName
{
border-color: #68BC61;
}
.TagClassName
{
border-color: #68BC61;
}
</style>