Shades of Fern #6ABC7B
Tints of Fern #6ABC7B
RGB
CMYK
RGB Variations
Color information
#6ABC7B (or 0x6ABC7B) is known color: Fern. HEX triplet: 6A, BC and 7B. RGB value is (106,188,123). Sum of RGB (Red+Green+Blue) = 106+188+123=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7B is #954384. Grayscale: #9C9C9C. Windows color (decimal): -9782149 or 8109162. OLE color: 8109162.
HSL color Cylindrical-coordinate representation of color #6ABC7B: hue angle of 132.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC7B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 123 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.26 |
| HSL | 132.44º | 0.38% | 0.58% | - |
| HSV(B) | 132.44º | 0.44% | 0.74% | - |
| XYZ | 27.5 | 40.46 | 25.1 | - |
| YUV | 156.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 123 | 0.44 | 0 | 0.35 | 0.26 | 132.44 | 0.38 | 0.58 |
| Hex | 6A | BC | 7B | 2C | 0 | 23 | 1A | 84 | 26 | 3A |
| Octal | 152 | 274 | 173 | 54 | 0 | 43 | 32 | 204 | 46 | 72 |
| Binary | 1101010 | 10111100 | 1111011 | 101100 | 0 | 100011 | 11010 | 10000100 | 100110 | 111010 |
Color Harmonies of #6ABC7B
Complementary color
Monochromatic Colors of #6ABC7B
Black with #6ABC7B
Text Example
Text Example
White with #6ABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC7B; }
p { color: rgb(106,188,123); }
H1.HeaderClassName
{
color: #6ABC7B;
}
.AnyTagClassName
{
color: #6ABC7B;
}
</style>
background-color css
<style>
a { background-color: #6ABC7B; }
a { background-color: rgb(106,188,123); }
div.DivClassName
{
background-color: #6ABC7B;
}
.BgClassName
{
background-color: #6ABC7B;
}
</style>
border-color css
<style>
span { border-color: #6ABC7B; }
span { border-color: rgb(106,188,123); }
td.TdClassName
{
border-color: #6ABC7B;
}
.TagClassName
{
border-color: #6ABC7B;
}
</style>