Shades of Fern #6EB268
Tints of Fern #6EB268
RGB
CMYK
RGB Variations
Color information
#6EB268 (or 0x6EB268) is known color: Fern. HEX triplet: 6E, B2 and 68. RGB value is (110,178,104). Sum of RGB (Red+Green+Blue) = 110+178+104=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #6EB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EB268 is #914D97. Grayscale: #959595. Windows color (decimal): -9522584 or 6861422. OLE color: 6861422.
HSL color Cylindrical-coordinate representation of color #6EB268: hue angle of 115.14º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EB268 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 178 | 104 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.30 |
| HSL | 115.14º | 0.32% | 0.55% | - |
| HSV(B) | 115.14º | 0.42% | 0.7% | - |
| XYZ | 24.85 | 36.16 | 18.77 | - |
| YUV | 149.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 178 | 104 | 0.38 | 0 | 0.42 | 0.30 | 115.14 | 0.32 | 0.55 |
| Hex | 6E | B2 | 68 | 26 | 0 | 2A | 1E | 73 | 20 | 37 |
| Octal | 156 | 262 | 150 | 46 | 0 | 52 | 36 | 163 | 40 | 67 |
| Binary | 1101110 | 10110010 | 1101000 | 100110 | 0 | 101010 | 11110 | 1110011 | 100000 | 110111 |
Color Harmonies of #6EB268
Complementary color
Monochromatic Colors of #6EB268
Black with #6EB268
Text Example
Text Example
White with #6EB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB268; }
p { color: rgb(110,178,104); }
H1.HeaderClassName
{
color: #6EB268;
}
.AnyTagClassName
{
color: #6EB268;
}
</style>
background-color css
<style>
a { background-color: #6EB268; }
a { background-color: rgb(110,178,104); }
div.DivClassName
{
background-color: #6EB268;
}
.BgClassName
{
background-color: #6EB268;
}
</style>
border-color css
<style>
span { border-color: #6EB268; }
span { border-color: rgb(110,178,104); }
td.TdClassName
{
border-color: #6EB268;
}
.TagClassName
{
border-color: #6EB268;
}
</style>