#76BA7A

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

Shades of Fern #76BA7A

Tints of Fern #76BA7A

Color information

#76BA7A (or 0x76BA7A) is unknown color: approx Fern. HEX triplet: 76, BA and 7A. RGB value is (118,186,122). Sum of RGB (Red+Green+Blue) = 118+186+122=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA7A is #894585. Grayscale: #9E9E9E. Windows color (decimal): -8996230 or 8043126. OLE color: 8043126.

HSL color Cylindrical-coordinate representation of color #76BA7A: hue angle of 123.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA7A is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB118186122-
CMYK0.3700.340.27
HSL123.53º33.01%59.61%-
HSV(B)123.53º36.56%72.94%-
XYZ28.5440.3724.7-
YUV158.37107.4799.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=27.70%
G=43.66%
B=28.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861220.3700.340.27123.5333.0159.61
Hex76BA7A250221B7c213c
Octal16627217245042331744174
Binary11101101011101011110101001010100010110111111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,122); }

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

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

 a { background-color: rgb(118,186,122); }

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

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

 span { border-color: rgb(118,186,122); }

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