Shades of Fern #6FB16F
Tints of Fern #6FB16F
RGB
CMYK
RGB Variations
Color information
#6FB16F (or 0x6FB16F) is known color: Fern. HEX triplet: 6F, B1 and 6F. RGB value is (111,177,111). Sum of RGB (Red+Green+Blue) = 111+177+111=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB16F is #904E90. Grayscale: #959595. Windows color (decimal): -9457297 or 7319919. OLE color: 7319919.
HSL color Cylindrical-coordinate representation of color #6FB16F: hue angle of 120º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB16F is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 111 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.31 |
| HSL | 120º | 0.3% | 0.56% | - |
| HSV(B) | 120º | 0.37% | 0.69% | - |
| XYZ | 25.15 | 35.97 | 20.66 | - |
| YUV | 149.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 111 | 0.37 | 0 | 0.37 | 0.31 | 120 | 0.3 | 0.56 |
| Hex | 6F | B1 | 6F | 25 | 0 | 25 | 1F | 78 | 1E | 38 |
| Octal | 157 | 261 | 157 | 45 | 0 | 45 | 37 | 170 | 36 | 70 |
| Binary | 1101111 | 10110001 | 1101111 | 100101 | 0 | 100101 | 11111 | 1111000 | 11110 | 111000 |
Color Harmonies of #6FB16F
Complementary color
Monochromatic Colors of #6FB16F
Black with #6FB16F
Text Example
Text Example
White with #6FB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB16F; }
p { color: rgb(111,177,111); }
H1.HeaderClassName
{
color: #6FB16F;
}
.AnyTagClassName
{
color: #6FB16F;
}
</style>
background-color css
<style>
a { background-color: #6FB16F; }
a { background-color: rgb(111,177,111); }
div.DivClassName
{
background-color: #6FB16F;
}
.BgClassName
{
background-color: #6FB16F;
}
</style>
border-color css
<style>
span { border-color: #6FB16F; }
span { border-color: rgb(111,177,111); }
td.TdClassName
{
border-color: #6FB16F;
}
.TagClassName
{
border-color: #6FB16F;
}
</style>