Shades of Fern #6FB176
Tints of Fern #6FB176
RGB
CMYK
RGB Variations
Color information
#6FB176 (or 0x6FB176) is known color: Fern. HEX triplet: 6F, B1 and 76. RGB value is (111,177,118). Sum of RGB (Red+Green+Blue) = 111+177+118=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB176 is #904E89. Grayscale: #969696. Windows color (decimal): -9457290 or 7778671. OLE color: 7778671.
HSL color Cylindrical-coordinate representation of color #6FB176: hue angle of 126.36º 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 #6FB176 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 118 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.31 |
| HSL | 126.36º | 0.3% | 0.56% | - |
| HSV(B) | 126.36º | 0.37% | 0.69% | - |
| XYZ | 25.55 | 36.13 | 22.77 | - |
| YUV | 150.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 118 | 0.37 | 0 | 0.33 | 0.31 | 126.36 | 0.3 | 0.56 |
| Hex | 6F | B1 | 76 | 25 | 0 | 21 | 1F | 7E | 1E | 38 |
| Octal | 157 | 261 | 166 | 45 | 0 | 41 | 37 | 176 | 36 | 70 |
| Binary | 1101111 | 10110001 | 1110110 | 100101 | 0 | 100001 | 11111 | 1111110 | 11110 | 111000 |
Color Harmonies of #6FB176
Complementary color
Monochromatic Colors of #6FB176
Black with #6FB176
Text Example
Text Example
White with #6FB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB176; }
p { color: rgb(111,177,118); }
H1.HeaderClassName
{
color: #6FB176;
}
.AnyTagClassName
{
color: #6FB176;
}
</style>
background-color css
<style>
a { background-color: #6FB176; }
a { background-color: rgb(111,177,118); }
div.DivClassName
{
background-color: #6FB176;
}
.BgClassName
{
background-color: #6FB176;
}
</style>
border-color css
<style>
span { border-color: #6FB176; }
span { border-color: rgb(111,177,118); }
td.TdClassName
{
border-color: #6FB176;
}
.TagClassName
{
border-color: #6FB176;
}
</style>