Shades of Fern #6EB466
Tints of Fern #6EB466
RGB
CMYK
RGB Variations
Color information
#6EB466 (or 0x6EB466) is known color: Fern. HEX triplet: 6E, B4 and 66. RGB value is (110,180,102). Sum of RGB (Red+Green+Blue) = 110+180+102=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EB466 is #914B99. Grayscale: #969696. Windows color (decimal): -9522074 or 6730862. OLE color: 6730862.
HSL color Cylindrical-coordinate representation of color #6EB466: hue angle of 113.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EB466 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 180 | 102 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.29 |
| HSL | 113.85º | 0.34% | 0.55% | - |
| HSV(B) | 113.85º | 0.43% | 0.71% | - |
| XYZ | 25.15 | 36.92 | 18.37 | - |
| YUV | 150.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 180 | 102 | 0.39 | 0 | 0.43 | 0.29 | 113.85 | 0.34 | 0.55 |
| Hex | 6E | B4 | 66 | 27 | 0 | 2B | 1D | 72 | 22 | 37 |
| Octal | 156 | 264 | 146 | 47 | 0 | 53 | 35 | 162 | 42 | 67 |
| Binary | 1101110 | 10110100 | 1100110 | 100111 | 0 | 101011 | 11101 | 1110010 | 100010 | 110111 |
Color Harmonies of #6EB466
Complementary color
Monochromatic Colors of #6EB466
Black with #6EB466
Text Example
Text Example
White with #6EB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB466; }
p { color: rgb(110,180,102); }
H1.HeaderClassName
{
color: #6EB466;
}
.AnyTagClassName
{
color: #6EB466;
}
</style>
background-color css
<style>
a { background-color: #6EB466; }
a { background-color: rgb(110,180,102); }
div.DivClassName
{
background-color: #6EB466;
}
.BgClassName
{
background-color: #6EB466;
}
</style>
border-color css
<style>
span { border-color: #6EB466; }
span { border-color: rgb(110,180,102); }
td.TdClassName
{
border-color: #6EB466;
}
.TagClassName
{
border-color: #6EB466;
}
</style>