#76AC75

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

Shades of Fern #76AC75

Tints of Fern #76AC75

Color information

#76AC75 (or 0x76AC75) is unknown color: approx Fern. HEX triplet: 76, AC and 75. RGB value is (118,172,117). Sum of RGB (Red+Green+Blue) = 118+172+117=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC75 is #89538A. Grayscale: #959595. Windows color (decimal): -8999819 or 7711862. OLE color: 7711862.

HSL color Cylindrical-coordinate representation of color #76AC75: hue angle of 118.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AC75 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB118172117-
CMYK0.3100.320.33
HSL118.91º24.89%56.67%-
HSV(B)118.91º31.98%67.45%-
XYZ25.4334.6422.18-
YUV149.58109.61105.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=28.99%
G=42.26%
B=28.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181721170.3100.320.33118.9124.8956.67
Hex76AC751F02021771939
Octal16625416537040411673171
Binary1110110101011001110101111110100000100001111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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