#76B87D

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

Shades of Fern #76B87D

Tints of Fern #76B87D

Color information

#76B87D (or 0x76B87D) is unknown color: approx Fern. HEX triplet: 76, B8 and 7D. RGB value is (118,184,125). Sum of RGB (Red+Green+Blue) = 118+184+125=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #76B87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B87D is #894782. Grayscale: #9D9D9D. Windows color (decimal): -8996739 or 8239222. OLE color: 8239222.

HSL color Cylindrical-coordinate representation of color #76B87D: hue angle of 126.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B87D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB118184125-
CMYK0.3600.320.28
HSL126.36º31.73%59.22%-
HSV(B)126.36º35.87%72.16%-
XYZ28.3139.6125.56-
YUV157.54109.6399.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=27.63%
G=43.09%
B=29.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841250.3600.320.28126.3631.7359.22
Hex76B87D240201C7e203b
Octal16627017544040341764073
Binary11101101011100011111011001000100000111001111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,125); }

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

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

 a { background-color: rgb(118,184,125); }

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

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

 span { border-color: rgb(118,184,125); }

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