Shades of Fern #6FB170
Tints of Fern #6FB170
RGB
CMYK
RGB Variations
Color information
#6FB170 (or 0x6FB170) is known color: Fern. HEX triplet: 6F, B1 and 70. RGB value is (111,177,112). Sum of RGB (Red+Green+Blue) = 111+177+112=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB170 is #904E8F. Grayscale: #969696. Windows color (decimal): -9457296 or 7385455. OLE color: 7385455.
HSL color Cylindrical-coordinate representation of color #6FB170: hue angle of 120.91º 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 #6FB170 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 112 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.31 |
| HSL | 120.91º | 0.3% | 0.56% | - |
| HSV(B) | 120.91º | 0.37% | 0.69% | - |
| XYZ | 25.2 | 35.99 | 20.95 | - |
| YUV | 149.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 112 | 0.37 | 0 | 0.37 | 0.31 | 120.91 | 0.3 | 0.56 |
| Hex | 6F | B1 | 70 | 25 | 0 | 25 | 1F | 79 | 1E | 38 |
| Octal | 157 | 261 | 160 | 45 | 0 | 45 | 37 | 171 | 36 | 70 |
| Binary | 1101111 | 10110001 | 1110000 | 100101 | 0 | 100101 | 11111 | 1111001 | 11110 | 111000 |
Color Harmonies of #6FB170
Complementary color
Monochromatic Colors of #6FB170
Black with #6FB170
Text Example
Text Example
White with #6FB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB170; }
p { color: rgb(111,177,112); }
H1.HeaderClassName
{
color: #6FB170;
}
.AnyTagClassName
{
color: #6FB170;
}
</style>
background-color css
<style>
a { background-color: #6FB170; }
a { background-color: rgb(111,177,112); }
div.DivClassName
{
background-color: #6FB170;
}
.BgClassName
{
background-color: #6FB170;
}
</style>
border-color css
<style>
span { border-color: #6FB170; }
span { border-color: rgb(111,177,112); }
td.TdClassName
{
border-color: #6FB170;
}
.TagClassName
{
border-color: #6FB170;
}
</style>