Shades of Fern #6AAA74
Tints of Fern #6AAA74
RGB
CMYK
RGB Variations
Color information
#6AAA74 (or 0x6AAA74) is known color: Fern. HEX triplet: 6A, AA and 74. RGB value is (106,170,116). Sum of RGB (Red+Green+Blue) = 106+170+116=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA74 is #95558B. Grayscale: #909090. Windows color (decimal): -9786764 or 7645802. OLE color: 7645802.
HSL color Cylindrical-coordinate representation of color #6AAA74: hue angle of 129.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA74 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 116 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.33 |
| HSL | 129.38º | 0.27% | 0.54% | - |
| HSV(B) | 129.38º | 0.38% | 0.67% | - |
| XYZ | 23.47 | 33.07 | 21.67 | - |
| YUV | 144.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 116 | 0.38 | 0 | 0.32 | 0.33 | 129.38 | 0.27 | 0.54 |
| Hex | 6A | AA | 74 | 26 | 0 | 20 | 21 | 81 | 1B | 36 |
| Octal | 152 | 252 | 164 | 46 | 0 | 40 | 41 | 201 | 33 | 66 |
| Binary | 1101010 | 10101010 | 1110100 | 100110 | 0 | 100000 | 100001 | 10000001 | 11011 | 110110 |
Color Harmonies of #6AAA74
Complementary color
Monochromatic Colors of #6AAA74
Black with #6AAA74
Text Example
Text Example
White with #6AAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA74; }
p { color: rgb(106,170,116); }
H1.HeaderClassName
{
color: #6AAA74;
}
.AnyTagClassName
{
color: #6AAA74;
}
</style>
background-color css
<style>
a { background-color: #6AAA74; }
a { background-color: rgb(106,170,116); }
div.DivClassName
{
background-color: #6AAA74;
}
.BgClassName
{
background-color: #6AAA74;
}
</style>
border-color css
<style>
span { border-color: #6AAA74; }
span { border-color: rgb(106,170,116); }
td.TdClassName
{
border-color: #6AAA74;
}
.TagClassName
{
border-color: #6AAA74;
}
</style>