Shades of Fern #6AB574
Tints of Fern #6AB574
RGB
CMYK
RGB Variations
Color information
#6AB574 (or 0x6AB574) is known color: Fern. HEX triplet: 6A, B5 and 74. RGB value is (106,181,116). Sum of RGB (Red+Green+Blue) = 106+181+116=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB574 is #954A8B. Grayscale: #979797. Windows color (decimal): -9783948 or 7648618. OLE color: 7648618.
HSL color Cylindrical-coordinate representation of color #6AB574: hue angle of 128º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB574 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 116 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.29 |
| HSL | 128º | 0.34% | 0.56% | - |
| HSV(B) | 128º | 0.41% | 0.71% | - |
| XYZ | 25.62 | 37.37 | 22.39 | - |
| YUV | 151.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 116 | 0.41 | 0 | 0.36 | 0.29 | 128 | 0.34 | 0.56 |
| Hex | 6A | B5 | 74 | 29 | 0 | 24 | 1D | 80 | 22 | 38 |
| Octal | 152 | 265 | 164 | 51 | 0 | 44 | 35 | 200 | 42 | 70 |
| Binary | 1101010 | 10110101 | 1110100 | 101001 | 0 | 100100 | 11101 | 10000000 | 100010 | 111000 |
Color Harmonies of #6AB574
Complementary color
Monochromatic Colors of #6AB574
Black with #6AB574
Text Example
Text Example
White with #6AB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB574; }
p { color: rgb(106,181,116); }
H1.HeaderClassName
{
color: #6AB574;
}
.AnyTagClassName
{
color: #6AB574;
}
</style>
background-color css
<style>
a { background-color: #6AB574; }
a { background-color: rgb(106,181,116); }
div.DivClassName
{
background-color: #6AB574;
}
.BgClassName
{
background-color: #6AB574;
}
</style>
border-color css
<style>
span { border-color: #6AB574; }
span { border-color: rgb(106,181,116); }
td.TdClassName
{
border-color: #6AB574;
}
.TagClassName
{
border-color: #6AB574;
}
</style>