Shades of Fern #6FB27C
Tints of Fern #6FB27C
RGB
CMYK
RGB Variations
Color information
#6FB27C (or 0x6FB27C) is known color: Fern. HEX triplet: 6F, B2 and 7C. RGB value is (111,178,124). Sum of RGB (Red+Green+Blue) = 111+178+124=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB27C is #904D83. Grayscale: #979797. Windows color (decimal): -9457028 or 8172143. OLE color: 8172143.
HSL color Cylindrical-coordinate representation of color #6FB27C: hue angle of 131.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB27C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 124 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.30 |
| HSL | 131.64º | 0.3% | 0.57% | - |
| HSV(B) | 131.64º | 0.38% | 0.7% | - |
| XYZ | 26.11 | 36.68 | 24.77 | - |
| YUV | 151.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 124 | 0.38 | 0 | 0.30 | 0.30 | 131.64 | 0.3 | 0.57 |
| Hex | 6F | B2 | 7C | 26 | 0 | 1E | 1E | 84 | 1E | 39 |
| Octal | 157 | 262 | 174 | 46 | 0 | 36 | 36 | 204 | 36 | 71 |
| Binary | 1101111 | 10110010 | 1111100 | 100110 | 0 | 11110 | 11110 | 10000100 | 11110 | 111001 |
Color Harmonies of #6FB27C
Complementary color
Monochromatic Colors of #6FB27C
Black with #6FB27C
Text Example
Text Example
White with #6FB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB27C; }
p { color: rgb(111,178,124); }
H1.HeaderClassName
{
color: #6FB27C;
}
.AnyTagClassName
{
color: #6FB27C;
}
</style>
background-color css
<style>
a { background-color: #6FB27C; }
a { background-color: rgb(111,178,124); }
div.DivClassName
{
background-color: #6FB27C;
}
.BgClassName
{
background-color: #6FB27C;
}
</style>
border-color css
<style>
span { border-color: #6FB27C; }
span { border-color: rgb(111,178,124); }
td.TdClassName
{
border-color: #6FB27C;
}
.TagClassName
{
border-color: #6FB27C;
}
</style>