#73BA7C

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

Shades of Fern #73BA7C

Tints of Fern #73BA7C

Color information

#73BA7C (or 0x73BA7C) is unknown color: approx Fern. HEX triplet: 73, BA and 7C. RGB value is (115,186,124). Sum of RGB (Red+Green+Blue) = 115+186+124=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA7C is #8C4583. Grayscale: #9D9D9D. Windows color (decimal): -9192836 or 8174195. OLE color: 8174195.

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

Color convert

RGB115186124-
CMYK0.3800.330.27
HSL127.61º33.97%59.02%-
HSV(B)127.61º38.17%72.94%-
XYZ28.2740.2225.34-
YUV157.7108.9897.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=27.06%
G=43.76%
B=29.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861240.3800.330.27127.6133.9759.02
Hex73BA7C260211B80223b
Octal16327217446041332004273
Binary111001110111010111110010011001000011101110000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BA7C; }

 p { color: rgb(115,186,124); }

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

<style>
 a { background-color: #73BA7C; }

 a { background-color: rgb(115,186,124); }

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

<style>
 span { border-color: #73BA7C; }

 span { border-color: rgb(115,186,124); }

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