Shades of Fern #68C360
Tints of Fern #68C360
RGB
CMYK
RGB Variations
Color information
#68C360 (or 0x68C360) is known color: Fern. HEX triplet: 68, C3 and 60. RGB value is (104,195,96). Sum of RGB (Red+Green+Blue) = 104+195+96=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #68C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C360 is #973C9F. Grayscale: #9C9C9C. Windows color (decimal): -9911456 or 6341480. OLE color: 6341480.
HSL color Cylindrical-coordinate representation of color #68C360: hue angle of 115.15º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68C360 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 96 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.24 |
| HSL | 115.15º | 0.45% | 0.57% | - |
| HSV(B) | 115.15º | 0.51% | 0.76% | - |
| XYZ | 27.34 | 42.82 | 17.89 | - |
| YUV | 156.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 96 | 0.47 | 0 | 0.51 | 0.24 | 115.15 | 0.45 | 0.57 |
| Hex | 68 | C3 | 60 | 2F | 0 | 33 | 18 | 73 | 2D | 39 |
| Octal | 150 | 303 | 140 | 57 | 0 | 63 | 30 | 163 | 55 | 71 |
| Binary | 1101000 | 11000011 | 1100000 | 101111 | 0 | 110011 | 11000 | 1110011 | 101101 | 111001 |
Color Harmonies of #68C360
Complementary color
Monochromatic Colors of #68C360
Black with #68C360
Text Example
Text Example
White with #68C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C360; }
p { color: rgb(104,195,96); }
H1.HeaderClassName
{
color: #68C360;
}
.AnyTagClassName
{
color: #68C360;
}
</style>
background-color css
<style>
a { background-color: #68C360; }
a { background-color: rgb(104,195,96); }
div.DivClassName
{
background-color: #68C360;
}
.BgClassName
{
background-color: #68C360;
}
</style>
border-color css
<style>
span { border-color: #68C360; }
span { border-color: rgb(104,195,96); }
td.TdClassName
{
border-color: #68C360;
}
.TagClassName
{
border-color: #68C360;
}
</style>