#76BE71

Color #76BE71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #76BE71

Tints of Fern #76BE71

Color information

#76BE71 (or 0x76BE71) is unknown color: approx Fern. HEX triplet: 76, BE and 71. RGB value is (118,190,113). Sum of RGB (Red+Green+Blue) = 118+190+113=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE71 is #89418E. Grayscale: #9F9F9F. Windows color (decimal): -8995215 or 7454326. OLE color: 7454326.

HSL color Cylindrical-coordinate representation of color #76BE71: hue angle of 116.1º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BE71 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB118190113-
CMYK0.3800.410.25
HSL116.1º37.2%59.41%-
HSV(B)116.1º40.53%74.51%-
XYZ28.8741.8722.18-
YUV159.69101.6598.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=28.03%
G=45.13%
B=26.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901130.3800.410.25116.137.259.41
Hex76BE71260291974253b
Octal16627616146051311644573
Binary11101101011111011100011001100101001110011110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BE71; }

 p { color: rgb(118,190,113); }

 H1.HeaderClassName
 {
   color: #76BE71;
 }
 .AnyTagClassName
 {
   color: #76BE71;
 }
</style>
background-color css

<style>
 a { background-color: #76BE71; }

 a { background-color: rgb(118,190,113); }

 div.DivClassName
 {
   background-color: #76BE71;
 }
 .BgClassName
 {
   background-color: #76BE71;
 }
</style>
border-color css

<style>
 span { border-color: #76BE71; }

 span { border-color: rgb(118,190,113); }

 td.TdClassName
 {
   border-color: #76BE71;
 }
 .TagClassName
 {
   border-color: #76BE71;
 }
</style>