#76B47C

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

Shades of Fern #76B47C

Tints of Fern #76B47C

Color information

#76B47C (or 0x76B47C) is unknown color: approx Fern. HEX triplet: 76, B4 and 7C. RGB value is (118,180,124). Sum of RGB (Red+Green+Blue) = 118+180+124=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #76B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B47C is #894B83. Grayscale: #9B9B9B. Windows color (decimal): -8997764 or 8172662. OLE color: 8172662.

HSL color Cylindrical-coordinate representation of color #76B47C: hue angle of 125.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B47C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB118180124-
CMYK0.3400.310.29
HSL125.81º29.25%58.43%-
HSV(B)125.81º34.44%70.59%-
XYZ27.4337.9524.95-
YUV155.08110.46101.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=27.96%
G=42.65%
B=29.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801240.3400.310.29125.8129.2558.43
Hex76B47C2201F1D7e1d3a
Octal16626417442037351763572
Binary111011010110100111110010001001111111101111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,124); }

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

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

 a { background-color: rgb(118,180,124); }

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

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

 span { border-color: rgb(118,180,124); }

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