Shades of Fern #6AB36B
Tints of Fern #6AB36B
RGB
CMYK
RGB Variations
Color information
#6AB36B (or 0x6AB36B) is known color: Fern. HEX triplet: 6A, B3 and 6B. RGB value is (106,179,107). Sum of RGB (Red+Green+Blue) = 106+179+107=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB36B is #954C94. Grayscale: #959595. Windows color (decimal): -9784469 or 7058282. OLE color: 7058282.
HSL color Cylindrical-coordinate representation of color #6AB36B: hue angle of 120.82º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB36B is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 107 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.30 |
| HSL | 120.82º | 0.32% | 0.56% | - |
| HSV(B) | 120.82º | 0.41% | 0.7% | - |
| XYZ | 24.72 | 36.37 | 19.63 | - |
| YUV | 148.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 107 | 0.41 | 0 | 0.40 | 0.30 | 120.82 | 0.32 | 0.56 |
| Hex | 6A | B3 | 6B | 29 | 0 | 28 | 1E | 79 | 20 | 38 |
| Octal | 152 | 263 | 153 | 51 | 0 | 50 | 36 | 171 | 40 | 70 |
| Binary | 1101010 | 10110011 | 1101011 | 101001 | 0 | 101000 | 11110 | 1111001 | 100000 | 111000 |
Color Harmonies of #6AB36B
Complementary color
Monochromatic Colors of #6AB36B
Black with #6AB36B
Text Example
Text Example
White with #6AB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB36B; }
p { color: rgb(106,179,107); }
H1.HeaderClassName
{
color: #6AB36B;
}
.AnyTagClassName
{
color: #6AB36B;
}
</style>
background-color css
<style>
a { background-color: #6AB36B; }
a { background-color: rgb(106,179,107); }
div.DivClassName
{
background-color: #6AB36B;
}
.BgClassName
{
background-color: #6AB36B;
}
</style>
border-color css
<style>
span { border-color: #6AB36B; }
span { border-color: rgb(106,179,107); }
td.TdClassName
{
border-color: #6AB36B;
}
.TagClassName
{
border-color: #6AB36B;
}
</style>