Shades of Fern #76B57A
Tints of Fern #76B57A
RGB
CMYK
RGB Variations
Color information
#76B57A (or 0x76B57A) is known color: Fern. HEX triplet: 76, B5 and 7A. RGB value is (118,181,122). Sum of RGB (Red+Green+Blue) = 118+181+122=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #76B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B57A is #894A85. Grayscale: #9B9B9B. Windows color (decimal): -8997510 or 8041846. OLE color: 8041846.
HSL color Cylindrical-coordinate representation of color #76B57A: hue angle of 123.81º 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 #76B57A is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 122 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.29 |
| HSL | 123.81º | 0.3% | 0.59% | - |
| HSV(B) | 123.81º | 0.35% | 0.71% | - |
| XYZ | 27.51 | 38.3 | 24.36 | - |
| YUV | 155.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 122 | 0.35 | 0 | 0.33 | 0.29 | 123.81 | 0.3 | 0.59 |
| Hex | 76 | B5 | 7A | 23 | 0 | 21 | 1D | 7C | 1E | 3B |
| Octal | 166 | 265 | 172 | 43 | 0 | 41 | 35 | 174 | 36 | 73 |
| Binary | 1110110 | 10110101 | 1111010 | 100011 | 0 | 100001 | 11101 | 1111100 | 11110 | 111011 |
Color Harmonies of #76B57A
Complementary color
Monochromatic Colors of #76B57A
Black with #76B57A
Text Example
Text Example
White with #76B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B57A; }
p { color: rgb(118,181,122); }
H1.HeaderClassName
{
color: #76B57A;
}
.AnyTagClassName
{
color: #76B57A;
}
</style>
background-color css
<style>
a { background-color: #76B57A; }
a { background-color: rgb(118,181,122); }
div.DivClassName
{
background-color: #76B57A;
}
.BgClassName
{
background-color: #76B57A;
}
</style>
border-color css
<style>
span { border-color: #76B57A; }
span { border-color: rgb(118,181,122); }
td.TdClassName
{
border-color: #76B57A;
}
.TagClassName
{
border-color: #76B57A;
}
</style>