Shades of Fern #6AB265
Tints of Fern #6AB265
RGB
CMYK
RGB Variations
Color information
#6AB265 (or 0x6AB265) is known color: Fern. HEX triplet: 6A, B2 and 65. RGB value is (106,178,101). Sum of RGB (Red+Green+Blue) = 106+178+101=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB265 is #954D9A. Grayscale: #939393. Windows color (decimal): -9784731 or 6664810. OLE color: 6664810.
HSL color Cylindrical-coordinate representation of color #6AB265: hue angle of 116.1º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB265 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 101 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.30 |
| HSL | 116.1º | 0.33% | 0.55% | - |
| HSV(B) | 116.1º | 0.43% | 0.7% | - |
| XYZ | 24.21 | 35.84 | 17.95 | - |
| YUV | 147.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 101 | 0.40 | 0 | 0.43 | 0.30 | 116.1 | 0.33 | 0.55 |
| Hex | 6A | B2 | 65 | 28 | 0 | 2B | 1E | 74 | 21 | 37 |
| Octal | 152 | 262 | 145 | 50 | 0 | 53 | 36 | 164 | 41 | 67 |
| Binary | 1101010 | 10110010 | 1100101 | 101000 | 0 | 101011 | 11110 | 1110100 | 100001 | 110111 |
Color Harmonies of #6AB265
Complementary color
Monochromatic Colors of #6AB265
Black with #6AB265
Text Example
Text Example
White with #6AB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB265; }
p { color: rgb(106,178,101); }
H1.HeaderClassName
{
color: #6AB265;
}
.AnyTagClassName
{
color: #6AB265;
}
</style>
background-color css
<style>
a { background-color: #6AB265; }
a { background-color: rgb(106,178,101); }
div.DivClassName
{
background-color: #6AB265;
}
.BgClassName
{
background-color: #6AB265;
}
</style>
border-color css
<style>
span { border-color: #6AB265; }
span { border-color: rgb(106,178,101); }
td.TdClassName
{
border-color: #6AB265;
}
.TagClassName
{
border-color: #6AB265;
}
</style>