Shades of Fern #6EB065
Tints of Fern #6EB065
RGB
CMYK
RGB Variations
Color information
#6EB065 (or 0x6EB065) is known color: Fern. HEX triplet: 6E, B0 and 65. RGB value is (110,176,101). Sum of RGB (Red+Green+Blue) = 110+176+101=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB065 is #914F9A. Grayscale: #939393. Windows color (decimal): -9523099 or 6664302. OLE color: 6664302.
HSL color Cylindrical-coordinate representation of color #6EB065: hue angle of 112.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EB065 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 176 | 101 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.31 |
| HSL | 112.8º | 0.32% | 0.54% | - |
| HSV(B) | 112.8º | 0.43% | 0.69% | - |
| XYZ | 24.3 | 35.31 | 17.85 | - |
| YUV | 147.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 101 | 0.37 | 0 | 0.43 | 0.31 | 112.8 | 0.32 | 0.54 |
| Hex | 6E | B0 | 65 | 25 | 0 | 2B | 1F | 71 | 20 | 36 |
| Octal | 156 | 260 | 145 | 45 | 0 | 53 | 37 | 161 | 40 | 66 |
| Binary | 1101110 | 10110000 | 1100101 | 100101 | 0 | 101011 | 11111 | 1110001 | 100000 | 110110 |
Color Harmonies of #6EB065
Complementary color
Monochromatic Colors of #6EB065
Black with #6EB065
Text Example
Text Example
White with #6EB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB065; }
p { color: rgb(110,176,101); }
H1.HeaderClassName
{
color: #6EB065;
}
.AnyTagClassName
{
color: #6EB065;
}
</style>
background-color css
<style>
a { background-color: #6EB065; }
a { background-color: rgb(110,176,101); }
div.DivClassName
{
background-color: #6EB065;
}
.BgClassName
{
background-color: #6EB065;
}
</style>
border-color css
<style>
span { border-color: #6EB065; }
span { border-color: rgb(110,176,101); }
td.TdClassName
{
border-color: #6EB065;
}
.TagClassName
{
border-color: #6EB065;
}
</style>