Shades of Fern #76B773
Tints of Fern #76B773
RGB
CMYK
RGB Variations
Color information
#76B773 (or 0x76B773) is known color: Fern. HEX triplet: 76, B7 and 73. RGB value is (118,183,115). Sum of RGB (Red+Green+Blue) = 118+183+115=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #76B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B773 is #89488C. Grayscale: #9C9C9C. Windows color (decimal): -8997005 or 7583606. OLE color: 7583606.
HSL color Cylindrical-coordinate representation of color #76B773: hue angle of 117.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76B773 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 115 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.28 |
| HSL | 117.35º | 0.32% | 0.58% | - |
| HSV(B) | 117.35º | 0.37% | 0.72% | - |
| XYZ | 27.5 | 38.96 | 22.29 | - |
| YUV | 155.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 115 | 0.36 | 0 | 0.37 | 0.28 | 117.35 | 0.32 | 0.58 |
| Hex | 76 | B7 | 73 | 24 | 0 | 25 | 1C | 75 | 20 | 3A |
| Octal | 166 | 267 | 163 | 44 | 0 | 45 | 34 | 165 | 40 | 72 |
| Binary | 1110110 | 10110111 | 1110011 | 100100 | 0 | 100101 | 11100 | 1110101 | 100000 | 111010 |
Color Harmonies of #76B773
Complementary color
Monochromatic Colors of #76B773
Black with #76B773
Text Example
Text Example
White with #76B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B773; }
p { color: rgb(118,183,115); }
H1.HeaderClassName
{
color: #76B773;
}
.AnyTagClassName
{
color: #76B773;
}
</style>
background-color css
<style>
a { background-color: #76B773; }
a { background-color: rgb(118,183,115); }
div.DivClassName
{
background-color: #76B773;
}
.BgClassName
{
background-color: #76B773;
}
</style>
border-color css
<style>
span { border-color: #76B773; }
span { border-color: rgb(118,183,115); }
td.TdClassName
{
border-color: #76B773;
}
.TagClassName
{
border-color: #76B773;
}
</style>