Shades of Fern #76BA7A
Tints of Fern #76BA7A
RGB
CMYK
RGB Variations
Color information
#76BA7A (or 0x76BA7A) is known color: Fern. HEX triplet: 76, BA and 7A. RGB value is (118,186,122). Sum of RGB (Red+Green+Blue) = 118+186+122=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA7A is #894585. Grayscale: #9E9E9E. Windows color (decimal): -8996230 or 8043126. OLE color: 8043126.
HSL color Cylindrical-coordinate representation of color #76BA7A: hue angle of 123.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA7A is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 122 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.27 |
| HSL | 123.53º | 0.33% | 0.6% | - |
| HSV(B) | 123.53º | 0.37% | 0.73% | - |
| XYZ | 28.54 | 40.37 | 24.7 | - |
| YUV | 158.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 122 | 0.37 | 0 | 0.34 | 0.27 | 123.53 | 0.33 | 0.6 |
| Hex | 76 | BA | 7A | 25 | 0 | 22 | 1B | 7C | 21 | 3C |
| Octal | 166 | 272 | 172 | 45 | 0 | 42 | 33 | 174 | 41 | 74 |
| Binary | 1110110 | 10111010 | 1111010 | 100101 | 0 | 100010 | 11011 | 1111100 | 100001 | 111100 |
Color Harmonies of #76BA7A
Complementary color
Monochromatic Colors of #76BA7A
Black with #76BA7A
Text Example
Text Example
White with #76BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA7A; }
p { color: rgb(118,186,122); }
H1.HeaderClassName
{
color: #76BA7A;
}
.AnyTagClassName
{
color: #76BA7A;
}
</style>
background-color css
<style>
a { background-color: #76BA7A; }
a { background-color: rgb(118,186,122); }
div.DivClassName
{
background-color: #76BA7A;
}
.BgClassName
{
background-color: #76BA7A;
}
</style>
border-color css
<style>
span { border-color: #76BA7A; }
span { border-color: rgb(118,186,122); }
td.TdClassName
{
border-color: #76BA7A;
}
.TagClassName
{
border-color: #76BA7A;
}
</style>