Shades of Fern #7AB576
Tints of Fern #7AB576
RGB
CMYK
RGB Variations
Color information
#7AB576 (or 0x7AB576) is known color: Fern. HEX triplet: 7A, B5 and 76. RGB value is (122,181,118). Sum of RGB (Red+Green+Blue) = 122+181+118=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB576 is #854A89. Grayscale: #9C9C9C. Windows color (decimal): -8735370 or 7779706. OLE color: 7779706.
HSL color Cylindrical-coordinate representation of color #7AB576: hue angle of 116.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AB576 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 118 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.29 |
| HSL | 116.19º | 0.3% | 0.59% | - |
| HSV(B) | 116.19º | 0.35% | 0.71% | - |
| XYZ | 27.82 | 38.49 | 23.1 | - |
| YUV | 156.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 118 | 0.33 | 0 | 0.35 | 0.29 | 116.19 | 0.3 | 0.59 |
| Hex | 7A | B5 | 76 | 21 | 0 | 23 | 1D | 74 | 1E | 3B |
| Octal | 172 | 265 | 166 | 41 | 0 | 43 | 35 | 164 | 36 | 73 |
| Binary | 1111010 | 10110101 | 1110110 | 100001 | 0 | 100011 | 11101 | 1110100 | 11110 | 111011 |
Color Harmonies of #7AB576
Complementary color
Monochromatic Colors of #7AB576
Black with #7AB576
Text Example
Text Example
White with #7AB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB576; }
p { color: rgb(122,181,118); }
H1.HeaderClassName
{
color: #7AB576;
}
.AnyTagClassName
{
color: #7AB576;
}
</style>
background-color css
<style>
a { background-color: #7AB576; }
a { background-color: rgb(122,181,118); }
div.DivClassName
{
background-color: #7AB576;
}
.BgClassName
{
background-color: #7AB576;
}
</style>
border-color css
<style>
span { border-color: #7AB576; }
span { border-color: rgb(122,181,118); }
td.TdClassName
{
border-color: #7AB576;
}
.TagClassName
{
border-color: #7AB576;
}
</style>