Shades of Fern #71B77B
Tints of Fern #71B77B
RGB
CMYK
RGB Variations
Color information
#71B77B (or 0x71B77B) is known color: Fern. HEX triplet: 71, B7 and 7B. RGB value is (113,183,123). Sum of RGB (Red+Green+Blue) = 113+183+123=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #71B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B77B is #8E4884. Grayscale: #9B9B9B. Windows color (decimal): -9324677 or 8107889. OLE color: 8107889.
HSL color Cylindrical-coordinate representation of color #71B77B: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B77B is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 123 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.28 |
| HSL | 128.57º | 0.33% | 0.58% | - |
| HSV(B) | 128.57º | 0.38% | 0.72% | - |
| XYZ | 27.32 | 38.81 | 24.79 | - |
| YUV | 155.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 123 | 0.38 | 0 | 0.33 | 0.28 | 128.57 | 0.33 | 0.58 |
| Hex | 71 | B7 | 7B | 26 | 0 | 21 | 1C | 81 | 21 | 3A |
| Octal | 161 | 267 | 173 | 46 | 0 | 41 | 34 | 201 | 41 | 72 |
| Binary | 1110001 | 10110111 | 1111011 | 100110 | 0 | 100001 | 11100 | 10000001 | 100001 | 111010 |
Color Harmonies of #71B77B
Complementary color
Monochromatic Colors of #71B77B
Black with #71B77B
Text Example
Text Example
White with #71B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B77B; }
p { color: rgb(113,183,123); }
H1.HeaderClassName
{
color: #71B77B;
}
.AnyTagClassName
{
color: #71B77B;
}
</style>
background-color css
<style>
a { background-color: #71B77B; }
a { background-color: rgb(113,183,123); }
div.DivClassName
{
background-color: #71B77B;
}
.BgClassName
{
background-color: #71B77B;
}
</style>
border-color css
<style>
span { border-color: #71B77B; }
span { border-color: rgb(113,183,123); }
td.TdClassName
{
border-color: #71B77B;
}
.TagClassName
{
border-color: #71B77B;
}
</style>