Shades of Fern #6FB375
Tints of Fern #6FB375
RGB
CMYK
RGB Variations
Color information
#6FB375 (or 0x6FB375) is known color: Fern. HEX triplet: 6F, B3 and 75. RGB value is (111,179,117). Sum of RGB (Red+Green+Blue) = 111+179+117=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB375 is #904C8A. Grayscale: #979797. Windows color (decimal): -9456779 or 7713647. OLE color: 7713647.
HSL color Cylindrical-coordinate representation of color #6FB375: hue angle of 125.29º degrees, saturation: 0.31, 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 #6FB375 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 179 | 117 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.30 |
| HSL | 125.29º | 0.31% | 0.57% | - |
| HSV(B) | 125.29º | 0.38% | 0.7% | - |
| XYZ | 25.89 | 36.9 | 22.59 | - |
| YUV | 151.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 179 | 117 | 0.38 | 0 | 0.35 | 0.30 | 125.29 | 0.31 | 0.57 |
| Hex | 6F | B3 | 75 | 26 | 0 | 23 | 1E | 7D | 1F | 39 |
| Octal | 157 | 263 | 165 | 46 | 0 | 43 | 36 | 175 | 37 | 71 |
| Binary | 1101111 | 10110011 | 1110101 | 100110 | 0 | 100011 | 11110 | 1111101 | 11111 | 111001 |
Color Harmonies of #6FB375
Complementary color
Monochromatic Colors of #6FB375
Black with #6FB375
Text Example
Text Example
White with #6FB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB375; }
p { color: rgb(111,179,117); }
H1.HeaderClassName
{
color: #6FB375;
}
.AnyTagClassName
{
color: #6FB375;
}
</style>
background-color css
<style>
a { background-color: #6FB375; }
a { background-color: rgb(111,179,117); }
div.DivClassName
{
background-color: #6FB375;
}
.BgClassName
{
background-color: #6FB375;
}
</style>
border-color css
<style>
span { border-color: #6FB375; }
span { border-color: rgb(111,179,117); }
td.TdClassName
{
border-color: #6FB375;
}
.TagClassName
{
border-color: #6FB375;
}
</style>