Shades of Fern #6ABA65
Tints of Fern #6ABA65
RGB
CMYK
RGB Variations
Color information
#6ABA65 (or 0x6ABA65) is known color: Fern. HEX triplet: 6A, BA and 65. RGB value is (106,186,101). Sum of RGB (Red+Green+Blue) = 106+186+101=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA65 is #95459A. Grayscale: #989898. Windows color (decimal): -9782683 or 6666858. OLE color: 6666858.
HSL color Cylindrical-coordinate representation of color #6ABA65: hue angle of 116.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ABA65 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 101 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.27 |
| HSL | 116.47º | 0.38% | 0.56% | - |
| HSV(B) | 116.47º | 0.46% | 0.73% | - |
| XYZ | 25.85 | 39.12 | 18.5 | - |
| YUV | 152.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 101 | 0.43 | 0 | 0.46 | 0.27 | 116.47 | 0.38 | 0.56 |
| Hex | 6A | BA | 65 | 2B | 0 | 2E | 1B | 74 | 26 | 38 |
| Octal | 152 | 272 | 145 | 53 | 0 | 56 | 33 | 164 | 46 | 70 |
| Binary | 1101010 | 10111010 | 1100101 | 101011 | 0 | 101110 | 11011 | 1110100 | 100110 | 111000 |
Color Harmonies of #6ABA65
Complementary color
Monochromatic Colors of #6ABA65
Black with #6ABA65
Text Example
Text Example
White with #6ABA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA65; }
p { color: rgb(106,186,101); }
H1.HeaderClassName
{
color: #6ABA65;
}
.AnyTagClassName
{
color: #6ABA65;
}
</style>
background-color css
<style>
a { background-color: #6ABA65; }
a { background-color: rgb(106,186,101); }
div.DivClassName
{
background-color: #6ABA65;
}
.BgClassName
{
background-color: #6ABA65;
}
</style>
border-color css
<style>
span { border-color: #6ABA65; }
span { border-color: rgb(106,186,101); }
td.TdClassName
{
border-color: #6ABA65;
}
.TagClassName
{
border-color: #6ABA65;
}
</style>