Shades of Fern #68C365
Tints of Fern #68C365
RGB
CMYK
RGB Variations
Color information
#68C365 (or 0x68C365) is known color: Fern. HEX triplet: 68, C3 and 65. RGB value is (104,195,101). Sum of RGB (Red+Green+Blue) = 104+195+101=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #68C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C365 is #973C9A. Grayscale: #9D9D9D. Windows color (decimal): -9911451 or 6669160. OLE color: 6669160.
HSL color Cylindrical-coordinate representation of color #68C365: hue angle of 118.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C365 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 101 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.24 |
| HSL | 118.09º | 0.44% | 0.58% | - |
| HSV(B) | 118.09º | 0.48% | 0.76% | - |
| XYZ | 27.57 | 42.91 | 19.14 | - |
| YUV | 157.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 101 | 0.47 | 0 | 0.48 | 0.24 | 118.09 | 0.44 | 0.58 |
| Hex | 68 | C3 | 65 | 2F | 0 | 30 | 18 | 76 | 2C | 3A |
| Octal | 150 | 303 | 145 | 57 | 0 | 60 | 30 | 166 | 54 | 72 |
| Binary | 1101000 | 11000011 | 1100101 | 101111 | 0 | 110000 | 11000 | 1110110 | 101100 | 111010 |
Color Harmonies of #68C365
Complementary color
Monochromatic Colors of #68C365
Black with #68C365
Text Example
Text Example
White with #68C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C365; }
p { color: rgb(104,195,101); }
H1.HeaderClassName
{
color: #68C365;
}
.AnyTagClassName
{
color: #68C365;
}
</style>
background-color css
<style>
a { background-color: #68C365; }
a { background-color: rgb(104,195,101); }
div.DivClassName
{
background-color: #68C365;
}
.BgClassName
{
background-color: #68C365;
}
</style>
border-color css
<style>
span { border-color: #68C365; }
span { border-color: rgb(104,195,101); }
td.TdClassName
{
border-color: #68C365;
}
.TagClassName
{
border-color: #68C365;
}
</style>