#76B274

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

Shades of Fern #76B274

Tints of Fern #76B274

Color information

#76B274 (or 0x76B274) is unknown color: approx Fern. HEX triplet: 76, B2 and 74. RGB value is (118,178,116). Sum of RGB (Red+Green+Blue) = 118+178+116=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #76B274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B274 is #894D8B. Grayscale: #999999. Windows color (decimal): -8998284 or 7647862. OLE color: 7647862.

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

Color convert

RGB118178116-
CMYK0.3400.350.30
HSL118.06º28.7%57.65%-
HSV(B)118.06º34.83%69.8%-
XYZ26.5436.9522.26-
YUV152.99107.12103.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 178 (69.92% from 255) = 43.20%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=28.64%
G=43.20%
B=28.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781160.3400.350.30118.0628.757.65
Hex76B274220231E761d3a
Octal16626216442043361663572
Binary1110110101100101110100100010010001111110111011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,116); }

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

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

 a { background-color: rgb(118,178,116); }

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

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

 span { border-color: rgb(118,178,116); }

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