Shades of Fern #6FB066
Tints of Fern #6FB066
RGB
CMYK
RGB Variations
Color information
#6FB066 (or 0x6FB066) is known color: Fern. HEX triplet: 6F, B0 and 66. RGB value is (111,176,102). Sum of RGB (Red+Green+Blue) = 111+176+102=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB066 is #904F99. Grayscale: #949494. Windows color (decimal): -9457562 or 6729839. OLE color: 6729839.
HSL color Cylindrical-coordinate representation of color #6FB066: hue angle of 112.7º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB066 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 176 | 102 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.31 |
| HSL | 112.7º | 0.32% | 0.55% | - |
| HSV(B) | 112.7º | 0.42% | 0.69% | - |
| XYZ | 24.48 | 35.39 | 18.11 | - |
| YUV | 148.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 176 | 102 | 0.37 | 0 | 0.42 | 0.31 | 112.7 | 0.32 | 0.55 |
| Hex | 6F | B0 | 66 | 25 | 0 | 2A | 1F | 71 | 20 | 37 |
| Octal | 157 | 260 | 146 | 45 | 0 | 52 | 37 | 161 | 40 | 67 |
| Binary | 1101111 | 10110000 | 1100110 | 100101 | 0 | 101010 | 11111 | 1110001 | 100000 | 110111 |
Color Harmonies of #6FB066
Complementary color
Monochromatic Colors of #6FB066
Black with #6FB066
Text Example
Text Example
White with #6FB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB066; }
p { color: rgb(111,176,102); }
H1.HeaderClassName
{
color: #6FB066;
}
.AnyTagClassName
{
color: #6FB066;
}
</style>
background-color css
<style>
a { background-color: #6FB066; }
a { background-color: rgb(111,176,102); }
div.DivClassName
{
background-color: #6FB066;
}
.BgClassName
{
background-color: #6FB066;
}
</style>
border-color css
<style>
span { border-color: #6FB066; }
span { border-color: rgb(111,176,102); }
td.TdClassName
{
border-color: #6FB066;
}
.TagClassName
{
border-color: #6FB066;
}
</style>