Shades of Fern #6AC07D
Tints of Fern #6AC07D
RGB
CMYK
RGB Variations
Color information
#6AC07D (or 0x6AC07D) is known color: Fern. HEX triplet: 6A, C0 and 7D. RGB value is (106,192,125). Sum of RGB (Red+Green+Blue) = 106+192+125=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07D is #953F82. Grayscale: #9E9E9E. Windows color (decimal): -9781123 or 8241258. OLE color: 8241258.
HSL color Cylindrical-coordinate representation of color #6AC07D: hue angle of 133.26º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC07D is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 125 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.25 |
| HSL | 133.26º | 0.41% | 0.58% | - |
| HSV(B) | 133.26º | 0.45% | 0.75% | - |
| XYZ | 28.5 | 42.24 | 26.05 | - |
| YUV | 158.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 125 | 0.45 | 0 | 0.35 | 0.25 | 133.26 | 0.41 | 0.58 |
| Hex | 6A | C0 | 7D | 2D | 0 | 23 | 19 | 85 | 29 | 3A |
| Octal | 152 | 300 | 175 | 55 | 0 | 43 | 31 | 205 | 51 | 72 |
| Binary | 1101010 | 11000000 | 1111101 | 101101 | 0 | 100011 | 11001 | 10000101 | 101001 | 111010 |
Color Harmonies of #6AC07D
Complementary color
Monochromatic Colors of #6AC07D
Black with #6AC07D
Text Example
Text Example
White with #6AC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC07D; }
p { color: rgb(106,192,125); }
H1.HeaderClassName
{
color: #6AC07D;
}
.AnyTagClassName
{
color: #6AC07D;
}
</style>
background-color css
<style>
a { background-color: #6AC07D; }
a { background-color: rgb(106,192,125); }
div.DivClassName
{
background-color: #6AC07D;
}
.BgClassName
{
background-color: #6AC07D;
}
</style>
border-color css
<style>
span { border-color: #6AC07D; }
span { border-color: rgb(106,192,125); }
td.TdClassName
{
border-color: #6AC07D;
}
.TagClassName
{
border-color: #6AC07D;
}
</style>