Shades of Fern #68C168
Tints of Fern #68C168
RGB
CMYK
RGB Variations
Color information
#68C168 (or 0x68C168) is known color: Fern. HEX triplet: 68, C1 and 68. RGB value is (104,193,104). Sum of RGB (Red+Green+Blue) = 104+193+104=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #68C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C168 is #973E97. Grayscale: #9C9C9C. Windows color (decimal): -9911960 or 6865256. OLE color: 6865256.
HSL color Cylindrical-coordinate representation of color #68C168: hue angle of 120º 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 #68C168 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 104 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.24 |
| HSL | 120º | 0.42% | 0.58% | - |
| HSV(B) | 120º | 0.46% | 0.76% | - |
| XYZ | 27.28 | 42.08 | 19.78 | - |
| YUV | 156.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 104 | 0.46 | 0 | 0.46 | 0.24 | 120 | 0.42 | 0.58 |
| Hex | 68 | C1 | 68 | 2E | 0 | 2E | 18 | 78 | 2A | 3A |
| Octal | 150 | 301 | 150 | 56 | 0 | 56 | 30 | 170 | 52 | 72 |
| Binary | 1101000 | 11000001 | 1101000 | 101110 | 0 | 101110 | 11000 | 1111000 | 101010 | 111010 |
Color Harmonies of #68C168
Complementary color
Monochromatic Colors of #68C168
Black with #68C168
Text Example
Text Example
White with #68C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C168; }
p { color: rgb(104,193,104); }
H1.HeaderClassName
{
color: #68C168;
}
.AnyTagClassName
{
color: #68C168;
}
</style>
background-color css
<style>
a { background-color: #68C168; }
a { background-color: rgb(104,193,104); }
div.DivClassName
{
background-color: #68C168;
}
.BgClassName
{
background-color: #68C168;
}
</style>
border-color css
<style>
span { border-color: #68C168; }
span { border-color: rgb(104,193,104); }
td.TdClassName
{
border-color: #68C168;
}
.TagClassName
{
border-color: #68C168;
}
</style>