Shades of Fern #6BB97A
Tints of Fern #6BB97A
RGB
CMYK
RGB Variations
Color information
#6BB97A (or 0x6BB97A) is known color: Fern. HEX triplet: 6B, B9 and 7A. RGB value is (107,185,122). Sum of RGB (Red+Green+Blue) = 107+185+122=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB97A is #944685. Grayscale: #9A9A9A. Windows color (decimal): -9717382 or 8042859. OLE color: 8042859.
HSL color Cylindrical-coordinate representation of color #6BB97A: hue angle of 131.54º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB97A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 185 | 122 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.27 |
| HSL | 131.54º | 0.36% | 0.57% | - |
| HSV(B) | 131.54º | 0.42% | 0.73% | - |
| XYZ | 26.93 | 39.23 | 24.57 | - |
| YUV | 154.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 122 | 0.42 | 0 | 0.34 | 0.27 | 131.54 | 0.36 | 0.57 |
| Hex | 6B | B9 | 7A | 2A | 0 | 22 | 1B | 84 | 24 | 39 |
| Octal | 153 | 271 | 172 | 52 | 0 | 42 | 33 | 204 | 44 | 71 |
| Binary | 1101011 | 10111001 | 1111010 | 101010 | 0 | 100010 | 11011 | 10000100 | 100100 | 111001 |
Color Harmonies of #6BB97A
Complementary color
Monochromatic Colors of #6BB97A
Black with #6BB97A
Text Example
Text Example
White with #6BB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB97A; }
p { color: rgb(107,185,122); }
H1.HeaderClassName
{
color: #6BB97A;
}
.AnyTagClassName
{
color: #6BB97A;
}
</style>
background-color css
<style>
a { background-color: #6BB97A; }
a { background-color: rgb(107,185,122); }
div.DivClassName
{
background-color: #6BB97A;
}
.BgClassName
{
background-color: #6BB97A;
}
</style>
border-color css
<style>
span { border-color: #6BB97A; }
span { border-color: rgb(107,185,122); }
td.TdClassName
{
border-color: #6BB97A;
}
.TagClassName
{
border-color: #6BB97A;
}
</style>