Shades of Fern #6AB465
Tints of Fern #6AB465
RGB
CMYK
RGB Variations
Color information
#6AB465 (or 0x6AB465) is known color: Fern. HEX triplet: 6A, B4 and 65. RGB value is (106,180,101). Sum of RGB (Red+Green+Blue) = 106+180+101=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB465 is #954B9A. Grayscale: #959595. Windows color (decimal): -9784219 or 6665322. OLE color: 6665322.
HSL color Cylindrical-coordinate representation of color #6AB465: hue angle of 116.2º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB465 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 101 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.29 |
| HSL | 116.2º | 0.34% | 0.55% | - |
| HSV(B) | 116.2º | 0.44% | 0.71% | - |
| XYZ | 24.61 | 36.65 | 18.09 | - |
| YUV | 148.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 101 | 0.41 | 0 | 0.44 | 0.29 | 116.2 | 0.34 | 0.55 |
| Hex | 6A | B4 | 65 | 29 | 0 | 2C | 1D | 74 | 22 | 37 |
| Octal | 152 | 264 | 145 | 51 | 0 | 54 | 35 | 164 | 42 | 67 |
| Binary | 1101010 | 10110100 | 1100101 | 101001 | 0 | 101100 | 11101 | 1110100 | 100010 | 110111 |
Color Harmonies of #6AB465
Complementary color
Monochromatic Colors of #6AB465
Black with #6AB465
Text Example
Text Example
White with #6AB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB465; }
p { color: rgb(106,180,101); }
H1.HeaderClassName
{
color: #6AB465;
}
.AnyTagClassName
{
color: #6AB465;
}
</style>
background-color css
<style>
a { background-color: #6AB465; }
a { background-color: rgb(106,180,101); }
div.DivClassName
{
background-color: #6AB465;
}
.BgClassName
{
background-color: #6AB465;
}
</style>
border-color css
<style>
span { border-color: #6AB465; }
span { border-color: rgb(106,180,101); }
td.TdClassName
{
border-color: #6AB465;
}
.TagClassName
{
border-color: #6AB465;
}
</style>