Shades of Fern #68B95E
Tints of Fern #68B95E
RGB
CMYK
RGB Variations
Color information
#68B95E (or 0x68B95E) is known color: Fern. HEX triplet: 68, B9 and 5E. RGB value is (104,185,94). Sum of RGB (Red+Green+Blue) = 104+185+94=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #68B95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B95E is #9746A1. Grayscale: #969696. Windows color (decimal): -9914018 or 6207848. OLE color: 6207848.
HSL color Cylindrical-coordinate representation of color #68B95E: hue angle of 113.41º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68B95E is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 94 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.27 |
| HSL | 113.41º | 0.39% | 0.55% | - |
| HSV(B) | 113.41º | 0.49% | 0.73% | - |
| XYZ | 25.08 | 38.45 | 16.69 | - |
| YUV | 150.41 | 96.16 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 94 | 0.44 | 0 | 0.49 | 0.27 | 113.41 | 0.39 | 0.55 |
| Hex | 68 | B9 | 5E | 2C | 0 | 31 | 1B | 71 | 27 | 37 |
| Octal | 150 | 271 | 136 | 54 | 0 | 61 | 33 | 161 | 47 | 67 |
| Binary | 1101000 | 10111001 | 1011110 | 101100 | 0 | 110001 | 11011 | 1110001 | 100111 | 110111 |
Color Harmonies of #68B95E
Complementary color
Monochromatic Colors of #68B95E
Black with #68B95E
Text Example
Text Example
White with #68B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B95E; }
p { color: rgb(104,185,94); }
H1.HeaderClassName
{
color: #68B95E;
}
.AnyTagClassName
{
color: #68B95E;
}
</style>
background-color css
<style>
a { background-color: #68B95E; }
a { background-color: rgb(104,185,94); }
div.DivClassName
{
background-color: #68B95E;
}
.BgClassName
{
background-color: #68B95E;
}
</style>
border-color css
<style>
span { border-color: #68B95E; }
span { border-color: rgb(104,185,94); }
td.TdClassName
{
border-color: #68B95E;
}
.TagClassName
{
border-color: #68B95E;
}
</style>