Shades of Fern #6AC769
Tints of Fern #6AC769
RGB
CMYK
RGB Variations
Color information
#6AC769 (or 0x6AC769) is known color: Fern. HEX triplet: 6A, C7 and 69. RGB value is (106,199,105). Sum of RGB (Red+Green+Blue) = 106+199+105=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC769 is #953896. Grayscale: #A0A0A0. Windows color (decimal): -9779351 or 6932330. OLE color: 6932330.
HSL color Cylindrical-coordinate representation of color #6AC769: hue angle of 119.36º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC769 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 199 | 105 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.22 |
| HSL | 119.36º | 0.46% | 0.6% | - |
| HSV(B) | 119.36º | 0.47% | 0.78% | - |
| XYZ | 28.92 | 44.93 | 20.51 | - |
| YUV | 160.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 199 | 105 | 0.47 | 0 | 0.47 | 0.22 | 119.36 | 0.46 | 0.6 |
| Hex | 6A | C7 | 69 | 2F | 0 | 2F | 16 | 77 | 2E | 3C |
| Octal | 152 | 307 | 151 | 57 | 0 | 57 | 26 | 167 | 56 | 74 |
| Binary | 1101010 | 11000111 | 1101001 | 101111 | 0 | 101111 | 10110 | 1110111 | 101110 | 111100 |
Color Harmonies of #6AC769
Complementary color
Monochromatic Colors of #6AC769
Black with #6AC769
Text Example
Text Example
White with #6AC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC769; }
p { color: rgb(106,199,105); }
H1.HeaderClassName
{
color: #6AC769;
}
.AnyTagClassName
{
color: #6AC769;
}
</style>
background-color css
<style>
a { background-color: #6AC769; }
a { background-color: rgb(106,199,105); }
div.DivClassName
{
background-color: #6AC769;
}
.BgClassName
{
background-color: #6AC769;
}
</style>
border-color css
<style>
span { border-color: #6AC769; }
span { border-color: rgb(106,199,105); }
td.TdClassName
{
border-color: #6AC769;
}
.TagClassName
{
border-color: #6AC769;
}
</style>