Shades of Fern #6BB166
Tints of Fern #6BB166
RGB
CMYK
RGB Variations
Color information
#6BB166 (or 0x6BB166) is known color: Fern. HEX triplet: 6B, B1 and 66. RGB value is (107,177,102). Sum of RGB (Red+Green+Blue) = 107+177+102=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB166 is #944E99. Grayscale: #939393. Windows color (decimal): -9719450 or 6730091. OLE color: 6730091.
HSL color Cylindrical-coordinate representation of color #6BB166: hue angle of 116º 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 #6BB166 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 102 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.31 |
| HSL | 116º | 0.32% | 0.55% | - |
| HSV(B) | 116º | 0.42% | 0.69% | - |
| XYZ | 24.18 | 35.53 | 18.15 | - |
| YUV | 147.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 102 | 0.40 | 0 | 0.42 | 0.31 | 116 | 0.32 | 0.55 |
| Hex | 6B | B1 | 66 | 28 | 0 | 2A | 1F | 74 | 20 | 37 |
| Octal | 153 | 261 | 146 | 50 | 0 | 52 | 37 | 164 | 40 | 67 |
| Binary | 1101011 | 10110001 | 1100110 | 101000 | 0 | 101010 | 11111 | 1110100 | 100000 | 110111 |
Color Harmonies of #6BB166
Complementary color
Monochromatic Colors of #6BB166
Black with #6BB166
Text Example
Text Example
White with #6BB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB166; }
p { color: rgb(107,177,102); }
H1.HeaderClassName
{
color: #6BB166;
}
.AnyTagClassName
{
color: #6BB166;
}
</style>
background-color css
<style>
a { background-color: #6BB166; }
a { background-color: rgb(107,177,102); }
div.DivClassName
{
background-color: #6BB166;
}
.BgClassName
{
background-color: #6BB166;
}
</style>
border-color css
<style>
span { border-color: #6BB166; }
span { border-color: rgb(107,177,102); }
td.TdClassName
{
border-color: #6BB166;
}
.TagClassName
{
border-color: #6BB166;
}
</style>