#76B475

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

Shades of Fern #76B475

Tints of Fern #76B475

Color information

#76B475 (or 0x76B475) is unknown color: approx Fern. HEX triplet: 76, B4 and 75. RGB value is (118,180,117). Sum of RGB (Red+Green+Blue) = 118+180+117=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #76B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B475 is #894B8A. Grayscale: #9A9A9A. Windows color (decimal): -8997771 or 7713910. OLE color: 7713910.

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

Color convert

RGB118180117-
CMYK0.3400.350.29
HSL119.05º29.58%58.24%-
HSV(B)119.05º35%70.59%-
XYZ2737.7822.7-
YUV154.28106.96102.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=28.43%
G=43.37%
B=28.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801170.3400.350.29119.0529.5858.24
Hex76B475220231D771e3a
Octal16626416542043351673672
Binary1110110101101001110101100010010001111101111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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