Shades of Fern #68B460
Tints of Fern #68B460
RGB
CMYK
RGB Variations
Color information
#68B460 (or 0x68B460) is known color: Fern. HEX triplet: 68, B4 and 60. RGB value is (104,180,96). Sum of RGB (Red+Green+Blue) = 104+180+96=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #68B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B460 is #974B9F. Grayscale: #939393. Windows color (decimal): -9915296 or 6337640. OLE color: 6337640.
HSL color Cylindrical-coordinate representation of color #68B460: hue angle of 114.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68B460 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 96 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.29 |
| HSL | 114.29º | 0.36% | 0.54% | - |
| HSV(B) | 114.29º | 0.47% | 0.71% | - |
| XYZ | 24.14 | 36.43 | 16.83 | - |
| YUV | 147.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 96 | 0.42 | 0 | 0.47 | 0.29 | 114.29 | 0.36 | 0.54 |
| Hex | 68 | B4 | 60 | 2A | 0 | 2F | 1D | 72 | 24 | 36 |
| Octal | 150 | 264 | 140 | 52 | 0 | 57 | 35 | 162 | 44 | 66 |
| Binary | 1101000 | 10110100 | 1100000 | 101010 | 0 | 101111 | 11101 | 1110010 | 100100 | 110110 |
Color Harmonies of #68B460
Complementary color
Monochromatic Colors of #68B460
Black with #68B460
Text Example
Text Example
White with #68B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B460; }
p { color: rgb(104,180,96); }
H1.HeaderClassName
{
color: #68B460;
}
.AnyTagClassName
{
color: #68B460;
}
</style>
background-color css
<style>
a { background-color: #68B460; }
a { background-color: rgb(104,180,96); }
div.DivClassName
{
background-color: #68B460;
}
.BgClassName
{
background-color: #68B460;
}
</style>
border-color css
<style>
span { border-color: #68B460; }
span { border-color: rgb(104,180,96); }
td.TdClassName
{
border-color: #68B460;
}
.TagClassName
{
border-color: #68B460;
}
</style>