Shades of Fern #6AB165
Tints of Fern #6AB165
RGB
CMYK
RGB Variations
Color information
#6AB165 (or 0x6AB165) is known color: Fern. HEX triplet: 6A, B1 and 65. RGB value is (106,177,101). Sum of RGB (Red+Green+Blue) = 106+177+101=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB165 is #954E9A. Grayscale: #939393. Windows color (decimal): -9784987 or 6664554. OLE color: 6664554.
HSL color Cylindrical-coordinate representation of color #6AB165: hue angle of 116.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB165 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 101 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.31 |
| HSL | 116.05º | 0.33% | 0.55% | - |
| HSV(B) | 116.05º | 0.43% | 0.69% | - |
| XYZ | 24.01 | 35.45 | 17.89 | - |
| YUV | 147.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 101 | 0.40 | 0 | 0.43 | 0.31 | 116.05 | 0.33 | 0.55 |
| Hex | 6A | B1 | 65 | 28 | 0 | 2B | 1F | 74 | 21 | 37 |
| Octal | 152 | 261 | 145 | 50 | 0 | 53 | 37 | 164 | 41 | 67 |
| Binary | 1101010 | 10110001 | 1100101 | 101000 | 0 | 101011 | 11111 | 1110100 | 100001 | 110111 |
Color Harmonies of #6AB165
Complementary color
Monochromatic Colors of #6AB165
Black with #6AB165
Text Example
Text Example
White with #6AB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB165; }
p { color: rgb(106,177,101); }
H1.HeaderClassName
{
color: #6AB165;
}
.AnyTagClassName
{
color: #6AB165;
}
</style>
background-color css
<style>
a { background-color: #6AB165; }
a { background-color: rgb(106,177,101); }
div.DivClassName
{
background-color: #6AB165;
}
.BgClassName
{
background-color: #6AB165;
}
</style>
border-color css
<style>
span { border-color: #6AB165; }
span { border-color: rgb(106,177,101); }
td.TdClassName
{
border-color: #6AB165;
}
.TagClassName
{
border-color: #6AB165;
}
</style>