Shades of Fern #6FB270
Tints of Fern #6FB270
RGB
CMYK
RGB Variations
Color information
#6FB270 (or 0x6FB270) is known color: Fern. HEX triplet: 6F, B2 and 70. RGB value is (111,178,112). Sum of RGB (Red+Green+Blue) = 111+178+112=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB270 is #904D8F. Grayscale: #969696. Windows color (decimal): -9457040 or 7385711. OLE color: 7385711.
HSL color Cylindrical-coordinate representation of color #6FB270: hue angle of 120.9º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB270 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 112 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.30 |
| HSL | 120.9º | 0.3% | 0.57% | - |
| HSV(B) | 120.9º | 0.38% | 0.7% | - |
| XYZ | 25.4 | 36.39 | 21.01 | - |
| YUV | 150.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 112 | 0.38 | 0 | 0.37 | 0.30 | 120.9 | 0.3 | 0.57 |
| Hex | 6F | B2 | 70 | 26 | 0 | 25 | 1E | 79 | 1E | 39 |
| Octal | 157 | 262 | 160 | 46 | 0 | 45 | 36 | 171 | 36 | 71 |
| Binary | 1101111 | 10110010 | 1110000 | 100110 | 0 | 100101 | 11110 | 1111001 | 11110 | 111001 |
Color Harmonies of #6FB270
Complementary color
Monochromatic Colors of #6FB270
Black with #6FB270
Text Example
Text Example
White with #6FB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB270; }
p { color: rgb(111,178,112); }
H1.HeaderClassName
{
color: #6FB270;
}
.AnyTagClassName
{
color: #6FB270;
}
</style>
background-color css
<style>
a { background-color: #6FB270; }
a { background-color: rgb(111,178,112); }
div.DivClassName
{
background-color: #6FB270;
}
.BgClassName
{
background-color: #6FB270;
}
</style>
border-color css
<style>
span { border-color: #6FB270; }
span { border-color: rgb(111,178,112); }
td.TdClassName
{
border-color: #6FB270;
}
.TagClassName
{
border-color: #6FB270;
}
</style>