#76C071

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

Shades of Fern #76C071

Tints of Fern #76C071

Color information

#76C071 (or 0x76C071) is unknown color: approx Fern. HEX triplet: 76, C0 and 71. RGB value is (118,192,113). Sum of RGB (Red+Green+Blue) = 118+192+113=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #76C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C071 is #893F8E. Grayscale: #A1A1A1. Windows color (decimal): -8994703 or 7454838. OLE color: 7454838.

HSL color Cylindrical-coordinate representation of color #76C071: hue angle of 116.2º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C071 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB118192113-
CMYK0.3900.410.25
HSL116.2º38.54%59.8%-
HSV(B)116.2º41.15%75.29%-
XYZ29.342.7422.33-
YUV160.87100.9897.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=27.90%
G=45.39%
B=26.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921130.3900.410.25116.238.5459.8
Hex76C071270291974273c
Octal16630016147051311644774
Binary11101101100000011100011001110101001110011110100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,113); }

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

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

 a { background-color: rgb(118,192,113); }

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

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

 span { border-color: rgb(118,192,113); }

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