Shades of Fern #68C36B
Tints of Fern #68C36B
RGB
CMYK
RGB Variations
Color information
#68C36B (or 0x68C36B) is known color: Fern. HEX triplet: 68, C3 and 6B. RGB value is (104,195,107). Sum of RGB (Red+Green+Blue) = 104+195+107=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #68C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C36B is #973C94. Grayscale: #9E9E9E. Windows color (decimal): -9911445 or 7062376. OLE color: 7062376.
HSL color Cylindrical-coordinate representation of color #68C36B: hue angle of 121.98º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C36B is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 107 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.24 |
| HSL | 121.98º | 0.43% | 0.59% | - |
| HSV(B) | 121.98º | 0.47% | 0.76% | - |
| XYZ | 27.88 | 43.03 | 20.75 | - |
| YUV | 157.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 107 | 0.47 | 0 | 0.45 | 0.24 | 121.98 | 0.43 | 0.59 |
| Hex | 68 | C3 | 6B | 2F | 0 | 2D | 18 | 7A | 2B | 3B |
| Octal | 150 | 303 | 153 | 57 | 0 | 55 | 30 | 172 | 53 | 73 |
| Binary | 1101000 | 11000011 | 1101011 | 101111 | 0 | 101101 | 11000 | 1111010 | 101011 | 111011 |
Color Harmonies of #68C36B
Complementary color
Monochromatic Colors of #68C36B
Black with #68C36B
Text Example
Text Example
White with #68C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C36B; }
p { color: rgb(104,195,107); }
H1.HeaderClassName
{
color: #68C36B;
}
.AnyTagClassName
{
color: #68C36B;
}
</style>
background-color css
<style>
a { background-color: #68C36B; }
a { background-color: rgb(104,195,107); }
div.DivClassName
{
background-color: #68C36B;
}
.BgClassName
{
background-color: #68C36B;
}
</style>
border-color css
<style>
span { border-color: #68C36B; }
span { border-color: rgb(104,195,107); }
td.TdClassName
{
border-color: #68C36B;
}
.TagClassName
{
border-color: #68C36B;
}
</style>