Shades of Fern #71BB68
Tints of Fern #71BB68
RGB
CMYK
RGB Variations
Color information
#71BB68 (or 0x71BB68) is known color: Fern. HEX triplet: 71, BB and 68. RGB value is (113,187,104). Sum of RGB (Red+Green+Blue) = 113+187+104=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB68 is #8E4497. Grayscale: #9B9B9B. Windows color (decimal): -9323672 or 6863729. OLE color: 6863729.
HSL color Cylindrical-coordinate representation of color #71BB68: hue angle of 113.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BB68 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 104 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.27 |
| HSL | 113.49º | 0.38% | 0.57% | - |
| HSV(B) | 113.49º | 0.44% | 0.73% | - |
| XYZ | 27.08 | 40.05 | 19.4 | - |
| YUV | 155.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 104 | 0.40 | 0 | 0.44 | 0.27 | 113.49 | 0.38 | 0.57 |
| Hex | 71 | BB | 68 | 28 | 0 | 2C | 1B | 71 | 26 | 39 |
| Octal | 161 | 273 | 150 | 50 | 0 | 54 | 33 | 161 | 46 | 71 |
| Binary | 1110001 | 10111011 | 1101000 | 101000 | 0 | 101100 | 11011 | 1110001 | 100110 | 111001 |
Color Harmonies of #71BB68
Complementary color
Monochromatic Colors of #71BB68
Black with #71BB68
Text Example
Text Example
White with #71BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BB68; }
p { color: rgb(113,187,104); }
H1.HeaderClassName
{
color: #71BB68;
}
.AnyTagClassName
{
color: #71BB68;
}
</style>
background-color css
<style>
a { background-color: #71BB68; }
a { background-color: rgb(113,187,104); }
div.DivClassName
{
background-color: #71BB68;
}
.BgClassName
{
background-color: #71BB68;
}
</style>
border-color css
<style>
span { border-color: #71BB68; }
span { border-color: rgb(113,187,104); }
td.TdClassName
{
border-color: #71BB68;
}
.TagClassName
{
border-color: #71BB68;
}
</style>