Shades of Fern #68B260
Tints of Fern #68B260
RGB
CMYK
RGB Variations
Color information
#68B260 (or 0x68B260) is known color: Fern. HEX triplet: 68, B2 and 60. RGB value is (104,178,96). Sum of RGB (Red+Green+Blue) = 104+178+96=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #68B260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B260 is #974D9F. Grayscale: #929292. Windows color (decimal): -9915808 or 6337128. OLE color: 6337128.
HSL color Cylindrical-coordinate representation of color #68B260: hue angle of 114.15º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B260 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 96 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.30 |
| HSL | 114.15º | 0.35% | 0.54% | - |
| HSV(B) | 114.15º | 0.46% | 0.7% | - |
| XYZ | 23.74 | 35.63 | 16.69 | - |
| YUV | 146.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 96 | 0.42 | 0 | 0.46 | 0.30 | 114.15 | 0.35 | 0.54 |
| Hex | 68 | B2 | 60 | 2A | 0 | 2E | 1E | 72 | 23 | 36 |
| Octal | 150 | 262 | 140 | 52 | 0 | 56 | 36 | 162 | 43 | 66 |
| Binary | 1101000 | 10110010 | 1100000 | 101010 | 0 | 101110 | 11110 | 1110010 | 100011 | 110110 |
Color Harmonies of #68B260
Complementary color
Monochromatic Colors of #68B260
Black with #68B260
Text Example
Text Example
White with #68B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B260; }
p { color: rgb(104,178,96); }
H1.HeaderClassName
{
color: #68B260;
}
.AnyTagClassName
{
color: #68B260;
}
</style>
background-color css
<style>
a { background-color: #68B260; }
a { background-color: rgb(104,178,96); }
div.DivClassName
{
background-color: #68B260;
}
.BgClassName
{
background-color: #68B260;
}
</style>
border-color css
<style>
span { border-color: #68B260; }
span { border-color: rgb(104,178,96); }
td.TdClassName
{
border-color: #68B260;
}
.TagClassName
{
border-color: #68B260;
}
</style>