Shades of Fern #6BB171
Tints of Fern #6BB171
RGB
CMYK
RGB Variations
Color information
#6BB171 (or 0x6BB171) is known color: Fern. HEX triplet: 6B, B1 and 71. RGB value is (107,177,113). Sum of RGB (Red+Green+Blue) = 107+177+113=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB171 is #944E8E. Grayscale: #949494. Windows color (decimal): -9719439 or 7450987. OLE color: 7450987.
HSL color Cylindrical-coordinate representation of color #6BB171: hue angle of 125.14º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB171 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 113 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.31 |
| HSL | 125.14º | 0.31% | 0.56% | - |
| HSV(B) | 125.14º | 0.4% | 0.69% | - |
| XYZ | 24.77 | 35.76 | 21.22 | - |
| YUV | 148.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 113 | 0.40 | 0 | 0.36 | 0.31 | 125.14 | 0.31 | 0.56 |
| Hex | 6B | B1 | 71 | 28 | 0 | 24 | 1F | 7D | 1F | 38 |
| Octal | 153 | 261 | 161 | 50 | 0 | 44 | 37 | 175 | 37 | 70 |
| Binary | 1101011 | 10110001 | 1110001 | 101000 | 0 | 100100 | 11111 | 1111101 | 11111 | 111000 |
Color Harmonies of #6BB171
Complementary color
Monochromatic Colors of #6BB171
Black with #6BB171
Text Example
Text Example
White with #6BB171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB171; }
p { color: rgb(107,177,113); }
H1.HeaderClassName
{
color: #6BB171;
}
.AnyTagClassName
{
color: #6BB171;
}
</style>
background-color css
<style>
a { background-color: #6BB171; }
a { background-color: rgb(107,177,113); }
div.DivClassName
{
background-color: #6BB171;
}
.BgClassName
{
background-color: #6BB171;
}
</style>
border-color css
<style>
span { border-color: #6BB171; }
span { border-color: rgb(107,177,113); }
td.TdClassName
{
border-color: #6BB171;
}
.TagClassName
{
border-color: #6BB171;
}
</style>