Shades of Fern #76B770
Tints of Fern #76B770
RGB
CMYK
RGB Variations
Color information
#76B770 (or 0x76B770) is known color: Fern. HEX triplet: 76, B7 and 70. RGB value is (118,183,112). Sum of RGB (Red+Green+Blue) = 118+183+112=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #76B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B770 is #89488F. Grayscale: #9B9B9B. Windows color (decimal): -8997008 or 7386998. OLE color: 7386998.
HSL color Cylindrical-coordinate representation of color #76B770: hue angle of 114.93º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B770 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 112 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.28 |
| HSL | 114.93º | 0.33% | 0.58% | - |
| HSV(B) | 114.93º | 0.39% | 0.72% | - |
| XYZ | 27.33 | 38.89 | 21.4 | - |
| YUV | 155.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 112 | 0.36 | 0 | 0.39 | 0.28 | 114.93 | 0.33 | 0.58 |
| Hex | 76 | B7 | 70 | 24 | 0 | 27 | 1C | 73 | 21 | 3A |
| Octal | 166 | 267 | 160 | 44 | 0 | 47 | 34 | 163 | 41 | 72 |
| Binary | 1110110 | 10110111 | 1110000 | 100100 | 0 | 100111 | 11100 | 1110011 | 100001 | 111010 |
Color Harmonies of #76B770
Complementary color
Monochromatic Colors of #76B770
Black with #76B770
Text Example
Text Example
White with #76B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B770; }
p { color: rgb(118,183,112); }
H1.HeaderClassName
{
color: #76B770;
}
.AnyTagClassName
{
color: #76B770;
}
</style>
background-color css
<style>
a { background-color: #76B770; }
a { background-color: rgb(118,183,112); }
div.DivClassName
{
background-color: #76B770;
}
.BgClassName
{
background-color: #76B770;
}
</style>
border-color css
<style>
span { border-color: #76B770; }
span { border-color: rgb(118,183,112); }
td.TdClassName
{
border-color: #76B770;
}
.TagClassName
{
border-color: #76B770;
}
</style>