Shades of Fern #6DBB7A
Tints of Fern #6DBB7A
RGB
CMYK
RGB Variations
Color information
#6DBB7A (or 0x6DBB7A) is known color: Fern. HEX triplet: 6D, BB and 7A. RGB value is (109,187,122). Sum of RGB (Red+Green+Blue) = 109+187+122=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBB7A is #924485. Grayscale: #9C9C9C. Windows color (decimal): -9585798 or 8043373. OLE color: 8043373.
HSL color Cylindrical-coordinate representation of color #6DBB7A: hue angle of 130º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBB7A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 122 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.27 |
| HSL | 130º | 0.36% | 0.58% | - |
| HSV(B) | 130º | 0.42% | 0.73% | - |
| XYZ | 27.59 | 40.2 | 24.72 | - |
| YUV | 156.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 122 | 0.42 | 0 | 0.35 | 0.27 | 130 | 0.36 | 0.58 |
| Hex | 6D | BB | 7A | 2A | 0 | 23 | 1B | 82 | 24 | 3A |
| Octal | 155 | 273 | 172 | 52 | 0 | 43 | 33 | 202 | 44 | 72 |
| Binary | 1101101 | 10111011 | 1111010 | 101010 | 0 | 100011 | 11011 | 10000010 | 100100 | 111010 |
Color Harmonies of #6DBB7A
Complementary color
Monochromatic Colors of #6DBB7A
Black with #6DBB7A
Text Example
Text Example
White with #6DBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB7A; }
p { color: rgb(109,187,122); }
H1.HeaderClassName
{
color: #6DBB7A;
}
.AnyTagClassName
{
color: #6DBB7A;
}
</style>
background-color css
<style>
a { background-color: #6DBB7A; }
a { background-color: rgb(109,187,122); }
div.DivClassName
{
background-color: #6DBB7A;
}
.BgClassName
{
background-color: #6DBB7A;
}
</style>
border-color css
<style>
span { border-color: #6DBB7A; }
span { border-color: rgb(109,187,122); }
td.TdClassName
{
border-color: #6DBB7A;
}
.TagClassName
{
border-color: #6DBB7A;
}
</style>