Shades of Fern #76BA7B
Tints of Fern #76BA7B
RGB
CMYK
RGB Variations
Color information
#76BA7B (or 0x76BA7B) is known color: Fern. HEX triplet: 76, BA and 7B. RGB value is (118,186,123). Sum of RGB (Red+Green+Blue) = 118+186+123=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA7B is #894584. Grayscale: #9E9E9E. Windows color (decimal): -8996229 or 8108662. OLE color: 8108662.
HSL color Cylindrical-coordinate representation of color #76BA7B: hue angle of 124.41º 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 #76BA7B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 123 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.27 |
| HSL | 124.41º | 0.33% | 0.6% | - |
| HSV(B) | 124.41º | 0.37% | 0.73% | - |
| XYZ | 28.61 | 40.4 | 25.03 | - |
| YUV | 158.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 123 | 0.37 | 0 | 0.34 | 0.27 | 124.41 | 0.33 | 0.6 |
| Hex | 76 | BA | 7B | 25 | 0 | 22 | 1B | 7C | 21 | 3C |
| Octal | 166 | 272 | 173 | 45 | 0 | 42 | 33 | 174 | 41 | 74 |
| Binary | 1110110 | 10111010 | 1111011 | 100101 | 0 | 100010 | 11011 | 1111100 | 100001 | 111100 |
Color Harmonies of #76BA7B
Complementary color
Monochromatic Colors of #76BA7B
Black with #76BA7B
Text Example
Text Example
White with #76BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA7B; }
p { color: rgb(118,186,123); }
H1.HeaderClassName
{
color: #76BA7B;
}
.AnyTagClassName
{
color: #76BA7B;
}
</style>
background-color css
<style>
a { background-color: #76BA7B; }
a { background-color: rgb(118,186,123); }
div.DivClassName
{
background-color: #76BA7B;
}
.BgClassName
{
background-color: #76BA7B;
}
</style>
border-color css
<style>
span { border-color: #76BA7B; }
span { border-color: rgb(118,186,123); }
td.TdClassName
{
border-color: #76BA7B;
}
.TagClassName
{
border-color: #76BA7B;
}
</style>