Shades of Fern #6AB364
Tints of Fern #6AB364
RGB
CMYK
RGB Variations
Color information
#6AB364 (or 0x6AB364) is known color: Fern. HEX triplet: 6A, B3 and 64. RGB value is (106,179,100). Sum of RGB (Red+Green+Blue) = 106+179+100=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB364 is #954C9B. Grayscale: #949494. Windows color (decimal): -9784476 or 6599530. OLE color: 6599530.
HSL color Cylindrical-coordinate representation of color #6AB364: hue angle of 115.44º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB364 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 100 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.30 |
| HSL | 115.44º | 0.34% | 0.55% | - |
| HSV(B) | 115.44º | 0.44% | 0.7% | - |
| XYZ | 24.36 | 36.22 | 17.76 | - |
| YUV | 148.17 | 100.82 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 100 | 0.41 | 0 | 0.44 | 0.30 | 115.44 | 0.34 | 0.55 |
| Hex | 6A | B3 | 64 | 29 | 0 | 2C | 1E | 73 | 22 | 37 |
| Octal | 152 | 263 | 144 | 51 | 0 | 54 | 36 | 163 | 42 | 67 |
| Binary | 1101010 | 10110011 | 1100100 | 101001 | 0 | 101100 | 11110 | 1110011 | 100010 | 110111 |
Color Harmonies of #6AB364
Complementary color
Monochromatic Colors of #6AB364
Black with #6AB364
Text Example
Text Example
White with #6AB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB364; }
p { color: rgb(106,179,100); }
H1.HeaderClassName
{
color: #6AB364;
}
.AnyTagClassName
{
color: #6AB364;
}
</style>
background-color css
<style>
a { background-color: #6AB364; }
a { background-color: rgb(106,179,100); }
div.DivClassName
{
background-color: #6AB364;
}
.BgClassName
{
background-color: #6AB364;
}
</style>
border-color css
<style>
span { border-color: #6AB364; }
span { border-color: rgb(106,179,100); }
td.TdClassName
{
border-color: #6AB364;
}
.TagClassName
{
border-color: #6AB364;
}
</style>