#76B37C

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

Shades of Fern #76B37C

Tints of Fern #76B37C

Color information

#76B37C (or 0x76B37C) is unknown color: approx Fern. HEX triplet: 76, B3 and 7C. RGB value is (118,179,124). Sum of RGB (Red+Green+Blue) = 118+179+124=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #76B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B37C is #894C83. Grayscale: #9A9A9A. Windows color (decimal): -8998020 or 8172406. OLE color: 8172406.

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

Color convert

RGB118179124-
CMYK0.3400.310.30
HSL125.9º28.64%58.24%-
HSV(B)125.9º34.08%70.2%-
XYZ27.2337.5524.88-
YUV154.49110.79101.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=28.03%
G=42.52%
B=29.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791240.3400.310.30125.928.6458.24
Hex76B37C2201F1E7e1d3a
Octal16626317442037361763572
Binary111011010110011111110010001001111111110111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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