#76B575

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

Shades of Fern #76B575

Tints of Fern #76B575

Color information

#76B575 (or 0x76B575) is unknown color: approx Fern. HEX triplet: 76, B5 and 75. RGB value is (118,181,117). Sum of RGB (Red+Green+Blue) = 118+181+117=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #76B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B575 is #894A8A. Grayscale: #9B9B9B. Windows color (decimal): -8997515 or 7714166. OLE color: 7714166.

HSL color Cylindrical-coordinate representation of color #76B575: hue angle of 119.06º 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 #76B575 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB118181117-
CMYK0.3500.350.29
HSL119.06º30.19%58.43%-
HSV(B)119.06º35.36%70.98%-
XYZ27.2138.1822.77-
YUV154.87106.63101.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=28.37%
G=43.51%
B=28.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811170.3500.350.29119.0630.1958.43
Hex76B575230231D771e3a
Octal16626516543043351673672
Binary1110110101101011110101100011010001111101111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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