Shades of Fern #6ABC73
Tints of Fern #6ABC73
RGB
CMYK
RGB Variations
Color information
#6ABC73 (or 0x6ABC73) is known color: Fern. HEX triplet: 6A, BC and 73. RGB value is (106,188,115). Sum of RGB (Red+Green+Blue) = 106+188+115=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC73 is #95438C. Grayscale: #9B9B9B. Windows color (decimal): -9782157 or 7584874. OLE color: 7584874.
HSL color Cylindrical-coordinate representation of color #6ABC73: hue angle of 126.59º 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 #6ABC73 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 115 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.26 |
| HSL | 126.59º | 0.38% | 0.58% | - |
| HSV(B) | 126.59º | 0.44% | 0.74% | - |
| XYZ | 27.02 | 40.27 | 22.57 | - |
| YUV | 155.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 115 | 0.44 | 0 | 0.39 | 0.26 | 126.59 | 0.38 | 0.58 |
| Hex | 6A | BC | 73 | 2C | 0 | 27 | 1A | 7F | 26 | 3A |
| Octal | 152 | 274 | 163 | 54 | 0 | 47 | 32 | 177 | 46 | 72 |
| Binary | 1101010 | 10111100 | 1110011 | 101100 | 0 | 100111 | 11010 | 1111111 | 100110 | 111010 |
Color Harmonies of #6ABC73
Complementary color
Monochromatic Colors of #6ABC73
Black with #6ABC73
Text Example
Text Example
White with #6ABC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC73; }
p { color: rgb(106,188,115); }
H1.HeaderClassName
{
color: #6ABC73;
}
.AnyTagClassName
{
color: #6ABC73;
}
</style>
background-color css
<style>
a { background-color: #6ABC73; }
a { background-color: rgb(106,188,115); }
div.DivClassName
{
background-color: #6ABC73;
}
.BgClassName
{
background-color: #6ABC73;
}
</style>
border-color css
<style>
span { border-color: #6ABC73; }
span { border-color: rgb(106,188,115); }
td.TdClassName
{
border-color: #6ABC73;
}
.TagClassName
{
border-color: #6ABC73;
}
</style>