Shades of Fern #6FB477
Tints of Fern #6FB477
RGB
CMYK
RGB Variations
Color information
#6FB477 (or 0x6FB477) is known color: Fern. HEX triplet: 6F, B4 and 77. RGB value is (111,180,119). Sum of RGB (Red+Green+Blue) = 111+180+119=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB477 is #904B88. Grayscale: #989898. Windows color (decimal): -9456521 or 7844975. OLE color: 7844975.
HSL color Cylindrical-coordinate representation of color #6FB477: hue angle of 126.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB477 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 119 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.29 |
| HSL | 126.96º | 0.32% | 0.57% | - |
| HSV(B) | 126.96º | 0.38% | 0.71% | - |
| XYZ | 26.21 | 37.35 | 23.28 | - |
| YUV | 152.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 119 | 0.38 | 0 | 0.34 | 0.29 | 126.96 | 0.32 | 0.57 |
| Hex | 6F | B4 | 77 | 26 | 0 | 22 | 1D | 7F | 20 | 39 |
| Octal | 157 | 264 | 167 | 46 | 0 | 42 | 35 | 177 | 40 | 71 |
| Binary | 1101111 | 10110100 | 1110111 | 100110 | 0 | 100010 | 11101 | 1111111 | 100000 | 111001 |
Color Harmonies of #6FB477
Complementary color
Monochromatic Colors of #6FB477
Black with #6FB477
Text Example
Text Example
White with #6FB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB477; }
p { color: rgb(111,180,119); }
H1.HeaderClassName
{
color: #6FB477;
}
.AnyTagClassName
{
color: #6FB477;
}
</style>
background-color css
<style>
a { background-color: #6FB477; }
a { background-color: rgb(111,180,119); }
div.DivClassName
{
background-color: #6FB477;
}
.BgClassName
{
background-color: #6FB477;
}
</style>
border-color css
<style>
span { border-color: #6FB477; }
span { border-color: rgb(111,180,119); }
td.TdClassName
{
border-color: #6FB477;
}
.TagClassName
{
border-color: #6FB477;
}
</style>