Shades of Fern #68C16B
Tints of Fern #68C16B
RGB
CMYK
RGB Variations
Color information
#68C16B (or 0x68C16B) is known color: Fern. HEX triplet: 68, C1 and 6B. RGB value is (104,193,107). Sum of RGB (Red+Green+Blue) = 104+193+107=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #68C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C16B is #973E94. Grayscale: #9C9C9C. Windows color (decimal): -9911957 or 7061864. OLE color: 7061864.
HSL color Cylindrical-coordinate representation of color #68C16B: hue angle of 122.02º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C16B is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 107 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.24 |
| HSL | 122.02º | 0.42% | 0.58% | - |
| HSV(B) | 122.02º | 0.46% | 0.76% | - |
| XYZ | 27.43 | 42.14 | 20.6 | - |
| YUV | 156.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 107 | 0.46 | 0 | 0.45 | 0.24 | 122.02 | 0.42 | 0.58 |
| Hex | 68 | C1 | 6B | 2E | 0 | 2D | 18 | 7A | 2A | 3A |
| Octal | 150 | 301 | 153 | 56 | 0 | 55 | 30 | 172 | 52 | 72 |
| Binary | 1101000 | 11000001 | 1101011 | 101110 | 0 | 101101 | 11000 | 1111010 | 101010 | 111010 |
Color Harmonies of #68C16B
Complementary color
Monochromatic Colors of #68C16B
Black with #68C16B
Text Example
Text Example
White with #68C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C16B; }
p { color: rgb(104,193,107); }
H1.HeaderClassName
{
color: #68C16B;
}
.AnyTagClassName
{
color: #68C16B;
}
</style>
background-color css
<style>
a { background-color: #68C16B; }
a { background-color: rgb(104,193,107); }
div.DivClassName
{
background-color: #68C16B;
}
.BgClassName
{
background-color: #68C16B;
}
</style>
border-color css
<style>
span { border-color: #68C16B; }
span { border-color: rgb(104,193,107); }
td.TdClassName
{
border-color: #68C16B;
}
.TagClassName
{
border-color: #68C16B;
}
</style>