#76BD6F

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

Shades of Fern #76BD6F

Tints of Fern #76BD6F

Color information

#76BD6F (or 0x76BD6F) is unknown color: approx Fern. HEX triplet: 76, BD and 6F. RGB value is (118,189,111). Sum of RGB (Red+Green+Blue) = 118+189+111=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD6F is #894290. Grayscale: #9F9F9F. Windows color (decimal): -8995473 or 7322998. OLE color: 7322998.

HSL color Cylindrical-coordinate representation of color #76BD6F: hue angle of 114.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BD6F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB118189111-
CMYK0.3800.410.26
HSL114.62º37.14%58.82%-
HSV(B)114.62º41.27%74.12%-
XYZ28.5441.3921.52-
YUV158.88100.9898.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=28.23%
G=45.22%
B=26.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891110.3800.410.26114.6237.1458.82
Hex76BD6F260291A73253b
Octal16627515746051321634573
Binary11101101011110111011111001100101001110101110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,111); }

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

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

 a { background-color: rgb(118,189,111); }

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

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

 span { border-color: rgb(118,189,111); }

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