Shades of Fern #6AB462
Tints of Fern #6AB462
RGB
CMYK
RGB Variations
Color information
#6AB462 (or 0x6AB462) is known color: Fern. HEX triplet: 6A, B4 and 62. RGB value is (106,180,98). Sum of RGB (Red+Green+Blue) = 106+180+98=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB462 is #954B9D. Grayscale: #949494. Windows color (decimal): -9784222 or 6468714. OLE color: 6468714.
HSL color Cylindrical-coordinate representation of color #6AB462: hue angle of 114.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AB462 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 98 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.29 |
| HSL | 114.15º | 0.35% | 0.55% | - |
| HSV(B) | 114.15º | 0.46% | 0.71% | - |
| XYZ | 24.47 | 36.59 | 17.33 | - |
| YUV | 148.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 98 | 0.41 | 0 | 0.46 | 0.29 | 114.15 | 0.35 | 0.55 |
| Hex | 6A | B4 | 62 | 29 | 0 | 2E | 1D | 72 | 23 | 37 |
| Octal | 152 | 264 | 142 | 51 | 0 | 56 | 35 | 162 | 43 | 67 |
| Binary | 1101010 | 10110100 | 1100010 | 101001 | 0 | 101110 | 11101 | 1110010 | 100011 | 110111 |
Color Harmonies of #6AB462
Complementary color
Monochromatic Colors of #6AB462
Black with #6AB462
Text Example
Text Example
White with #6AB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB462; }
p { color: rgb(106,180,98); }
H1.HeaderClassName
{
color: #6AB462;
}
.AnyTagClassName
{
color: #6AB462;
}
</style>
background-color css
<style>
a { background-color: #6AB462; }
a { background-color: rgb(106,180,98); }
div.DivClassName
{
background-color: #6AB462;
}
.BgClassName
{
background-color: #6AB462;
}
</style>
border-color css
<style>
span { border-color: #6AB462; }
span { border-color: rgb(106,180,98); }
td.TdClassName
{
border-color: #6AB462;
}
.TagClassName
{
border-color: #6AB462;
}
</style>