#76BD72

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

Shades of Fern #76BD72

Tints of Fern #76BD72

Color information

#76BD72 (or 0x76BD72) is unknown color: approx Fern. HEX triplet: 76, BD and 72. RGB value is (118,189,114). Sum of RGB (Red+Green+Blue) = 118+189+114=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD72 is #89428D. Grayscale: #9F9F9F. Windows color (decimal): -8995470 or 7519606. OLE color: 7519606.

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

Color convert

RGB118189114-
CMYK0.3800.400.26
HSL116.8º36.23%59.41%-
HSV(B)116.8º39.68%74.12%-
XYZ28.7141.4622.41-
YUV159.22102.4898.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 189 (74.22% from 255) = 44.89%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=28.03%
G=44.89%
B=27.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181891140.3800.400.26116.836.2359.41
Hex76BD72260281A75243b
Octal16627516246050321654473
Binary11101101011110111100101001100101000110101110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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