Shades of Fern #6AA761
Tints of Fern #6AA761
RGB
CMYK
RGB Variations
Color information
#6AA761 (or 0x6AA761) is known color: Fern. HEX triplet: 6A, A7 and 61. RGB value is (106,167,97). Sum of RGB (Red+Green+Blue) = 106+167+97=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA761 is #95589E. Grayscale: #8C8C8C. Windows color (decimal): -9787551 or 6399850. OLE color: 6399850.
HSL color Cylindrical-coordinate representation of color #6AA761: hue angle of 112.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AA761 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 167 | 97 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.35 |
| HSL | 112.29º | 0.28% | 0.52% | - |
| HSV(B) | 112.29º | 0.42% | 0.65% | - |
| XYZ | 21.92 | 31.56 | 16.25 | - |
| YUV | 140.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 167 | 97 | 0.37 | 0 | 0.42 | 0.35 | 112.29 | 0.28 | 0.52 |
| Hex | 6A | A7 | 61 | 25 | 0 | 2A | 23 | 70 | 1C | 34 |
| Octal | 152 | 247 | 141 | 45 | 0 | 52 | 43 | 160 | 34 | 64 |
| Binary | 1101010 | 10100111 | 1100001 | 100101 | 0 | 101010 | 100011 | 1110000 | 11100 | 110100 |
Color Harmonies of #6AA761
Complementary color
Monochromatic Colors of #6AA761
Black with #6AA761
Text Example
Text Example
White with #6AA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA761; }
p { color: rgb(106,167,97); }
H1.HeaderClassName
{
color: #6AA761;
}
.AnyTagClassName
{
color: #6AA761;
}
</style>
background-color css
<style>
a { background-color: #6AA761; }
a { background-color: rgb(106,167,97); }
div.DivClassName
{
background-color: #6AA761;
}
.BgClassName
{
background-color: #6AA761;
}
</style>
border-color css
<style>
span { border-color: #6AA761; }
span { border-color: rgb(106,167,97); }
td.TdClassName
{
border-color: #6AA761;
}
.TagClassName
{
border-color: #6AA761;
}
</style>