Shades of Fern #6AB76A
Tints of Fern #6AB76A
RGB
CMYK
RGB Variations
Color information
#6AB76A (or 0x6AB76A) is known color: Fern. HEX triplet: 6A, B7 and 6A. RGB value is (106,183,106). Sum of RGB (Red+Green+Blue) = 106+183+106=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB76A is #954895. Grayscale: #979797. Windows color (decimal): -9783446 or 6993770. OLE color: 6993770.
HSL color Cylindrical-coordinate representation of color #6AB76A: hue angle of 120º 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 #6AB76A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 106 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.28 |
| HSL | 120º | 0.35% | 0.57% | - |
| HSV(B) | 120º | 0.42% | 0.72% | - |
| XYZ | 25.48 | 37.97 | 19.62 | - |
| YUV | 151.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 106 | 0.42 | 0 | 0.42 | 0.28 | 120 | 0.35 | 0.57 |
| Hex | 6A | B7 | 6A | 2A | 0 | 2A | 1C | 78 | 23 | 39 |
| Octal | 152 | 267 | 152 | 52 | 0 | 52 | 34 | 170 | 43 | 71 |
| Binary | 1101010 | 10110111 | 1101010 | 101010 | 0 | 101010 | 11100 | 1111000 | 100011 | 111001 |
Color Harmonies of #6AB76A
Complementary color
Monochromatic Colors of #6AB76A
Black with #6AB76A
Text Example
Text Example
White with #6AB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB76A; }
p { color: rgb(106,183,106); }
H1.HeaderClassName
{
color: #6AB76A;
}
.AnyTagClassName
{
color: #6AB76A;
}
</style>
background-color css
<style>
a { background-color: #6AB76A; }
a { background-color: rgb(106,183,106); }
div.DivClassName
{
background-color: #6AB76A;
}
.BgClassName
{
background-color: #6AB76A;
}
</style>
border-color css
<style>
span { border-color: #6AB76A; }
span { border-color: rgb(106,183,106); }
td.TdClassName
{
border-color: #6AB76A;
}
.TagClassName
{
border-color: #6AB76A;
}
</style>