Shades of Fern #6AB76B
Tints of Fern #6AB76B
RGB
CMYK
RGB Variations
Color information
#6AB76B (or 0x6AB76B) is known color: Fern. HEX triplet: 6A, B7 and 6B. RGB value is (106,183,107). Sum of RGB (Red+Green+Blue) = 106+183+107=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB76B is #954894. Grayscale: #979797. Windows color (decimal): -9783445 or 7059306. OLE color: 7059306.
HSL color Cylindrical-coordinate representation of color #6AB76B: hue angle of 120.78º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB76B is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 107 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.28 |
| HSL | 120.78º | 0.35% | 0.57% | - |
| HSV(B) | 120.78º | 0.42% | 0.72% | - |
| XYZ | 25.53 | 37.99 | 19.9 | - |
| YUV | 151.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 107 | 0.42 | 0 | 0.42 | 0.28 | 120.78 | 0.35 | 0.57 |
| Hex | 6A | B7 | 6B | 2A | 0 | 2A | 1C | 79 | 23 | 39 |
| Octal | 152 | 267 | 153 | 52 | 0 | 52 | 34 | 171 | 43 | 71 |
| Binary | 1101010 | 10110111 | 1101011 | 101010 | 0 | 101010 | 11100 | 1111001 | 100011 | 111001 |
Color Harmonies of #6AB76B
Complementary color
Monochromatic Colors of #6AB76B
Black with #6AB76B
Text Example
Text Example
White with #6AB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB76B; }
p { color: rgb(106,183,107); }
H1.HeaderClassName
{
color: #6AB76B;
}
.AnyTagClassName
{
color: #6AB76B;
}
</style>
background-color css
<style>
a { background-color: #6AB76B; }
a { background-color: rgb(106,183,107); }
div.DivClassName
{
background-color: #6AB76B;
}
.BgClassName
{
background-color: #6AB76B;
}
</style>
border-color css
<style>
span { border-color: #6AB76B; }
span { border-color: rgb(106,183,107); }
td.TdClassName
{
border-color: #6AB76B;
}
.TagClassName
{
border-color: #6AB76B;
}
</style>