Shades of Fern #6AB273
Tints of Fern #6AB273
RGB
CMYK
RGB Variations
Color information
#6AB273 (or 0x6AB273) is known color: Fern. HEX triplet: 6A, B2 and 73. RGB value is (106,178,115). Sum of RGB (Red+Green+Blue) = 106+178+115=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB273 is #954D8C. Grayscale: #959595. Windows color (decimal): -9784717 or 7582314. OLE color: 7582314.
HSL color Cylindrical-coordinate representation of color #6AB273: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB273 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 115 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.30 |
| HSL | 127.5º | 0.32% | 0.56% | - |
| HSV(B) | 127.5º | 0.4% | 0.7% | - |
| XYZ | 24.96 | 36.14 | 21.88 | - |
| YUV | 149.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 115 | 0.40 | 0 | 0.35 | 0.30 | 127.5 | 0.32 | 0.56 |
| Hex | 6A | B2 | 73 | 28 | 0 | 23 | 1E | 80 | 20 | 38 |
| Octal | 152 | 262 | 163 | 50 | 0 | 43 | 36 | 200 | 40 | 70 |
| Binary | 1101010 | 10110010 | 1110011 | 101000 | 0 | 100011 | 11110 | 10000000 | 100000 | 111000 |
Color Harmonies of #6AB273
Complementary color
Monochromatic Colors of #6AB273
Black with #6AB273
Text Example
Text Example
White with #6AB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB273; }
p { color: rgb(106,178,115); }
H1.HeaderClassName
{
color: #6AB273;
}
.AnyTagClassName
{
color: #6AB273;
}
</style>
background-color css
<style>
a { background-color: #6AB273; }
a { background-color: rgb(106,178,115); }
div.DivClassName
{
background-color: #6AB273;
}
.BgClassName
{
background-color: #6AB273;
}
</style>
border-color css
<style>
span { border-color: #6AB273; }
span { border-color: rgb(106,178,115); }
td.TdClassName
{
border-color: #6AB273;
}
.TagClassName
{
border-color: #6AB273;
}
</style>