Shades of Fern #6BB167
Tints of Fern #6BB167
RGB
CMYK
RGB Variations
Color information
#6BB167 (or 0x6BB167) is known color: Fern. HEX triplet: 6B, B1 and 67. RGB value is (107,177,103). Sum of RGB (Red+Green+Blue) = 107+177+103=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB167 is #944E98. Grayscale: #939393. Windows color (decimal): -9719449 or 6795627. OLE color: 6795627.
HSL color Cylindrical-coordinate representation of color #6BB167: hue angle of 116.76º 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 #6BB167 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 103 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.31 |
| HSL | 116.76º | 0.32% | 0.55% | - |
| HSV(B) | 116.76º | 0.42% | 0.69% | - |
| XYZ | 24.23 | 35.55 | 18.42 | - |
| YUV | 147.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 103 | 0.40 | 0 | 0.42 | 0.31 | 116.76 | 0.32 | 0.55 |
| Hex | 6B | B1 | 67 | 28 | 0 | 2A | 1F | 75 | 20 | 37 |
| Octal | 153 | 261 | 147 | 50 | 0 | 52 | 37 | 165 | 40 | 67 |
| Binary | 1101011 | 10110001 | 1100111 | 101000 | 0 | 101010 | 11111 | 1110101 | 100000 | 110111 |
Color Harmonies of #6BB167
Complementary color
Monochromatic Colors of #6BB167
Black with #6BB167
Text Example
Text Example
White with #6BB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB167; }
p { color: rgb(107,177,103); }
H1.HeaderClassName
{
color: #6BB167;
}
.AnyTagClassName
{
color: #6BB167;
}
</style>
background-color css
<style>
a { background-color: #6BB167; }
a { background-color: rgb(107,177,103); }
div.DivClassName
{
background-color: #6BB167;
}
.BgClassName
{
background-color: #6BB167;
}
</style>
border-color css
<style>
span { border-color: #6BB167; }
span { border-color: rgb(107,177,103); }
td.TdClassName
{
border-color: #6BB167;
}
.TagClassName
{
border-color: #6BB167;
}
</style>