Shades of Fern #6FB770
Tints of Fern #6FB770
RGB
CMYK
RGB Variations
Color information
#6FB770 (or 0x6FB770) is known color: Fern. HEX triplet: 6F, B7 and 70. RGB value is (111,183,112). Sum of RGB (Red+Green+Blue) = 111+183+112=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB770 is #90488F. Grayscale: #999999. Windows color (decimal): -9455760 or 7386991. OLE color: 7386991.
HSL color Cylindrical-coordinate representation of color #6FB770: hue angle of 120.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB770 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 112 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.28 |
| HSL | 120.83º | 0.33% | 0.58% | - |
| HSV(B) | 120.83º | 0.39% | 0.72% | - |
| XYZ | 26.41 | 38.42 | 21.35 | - |
| YUV | 153.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 112 | 0.39 | 0 | 0.39 | 0.28 | 120.83 | 0.33 | 0.58 |
| Hex | 6F | B7 | 70 | 27 | 0 | 27 | 1C | 79 | 21 | 3A |
| Octal | 157 | 267 | 160 | 47 | 0 | 47 | 34 | 171 | 41 | 72 |
| Binary | 1101111 | 10110111 | 1110000 | 100111 | 0 | 100111 | 11100 | 1111001 | 100001 | 111010 |
Color Harmonies of #6FB770
Complementary color
Monochromatic Colors of #6FB770
Black with #6FB770
Text Example
Text Example
White with #6FB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB770; }
p { color: rgb(111,183,112); }
H1.HeaderClassName
{
color: #6FB770;
}
.AnyTagClassName
{
color: #6FB770;
}
</style>
background-color css
<style>
a { background-color: #6FB770; }
a { background-color: rgb(111,183,112); }
div.DivClassName
{
background-color: #6FB770;
}
.BgClassName
{
background-color: #6FB770;
}
</style>
border-color css
<style>
span { border-color: #6FB770; }
span { border-color: rgb(111,183,112); }
td.TdClassName
{
border-color: #6FB770;
}
.TagClassName
{
border-color: #6FB770;
}
</style>