#73BA6F

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

Shades of Fern #73BA6F

Tints of Fern #73BA6F

Color information

#73BA6F (or 0x73BA6F) is unknown color: approx Fern. HEX triplet: 73, BA and 6F. RGB value is (115,186,111). Sum of RGB (Red+Green+Blue) = 115+186+111=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA6F is #8C4590. Grayscale: #9C9C9C. Windows color (decimal): -9192849 or 7322227. OLE color: 7322227.

HSL color Cylindrical-coordinate representation of color #73BA6F: hue angle of 116.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73BA6F is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB115186111-
CMYK0.3800.400.27
HSL116.8º35.21%58.24%-
HSV(B)116.8º40.32%72.94%-
XYZ27.539.9121.29-
YUV156.22102.4898.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.91%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=27.91%
G=45.15%
B=26.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861110.3800.400.27116.835.2158.24
Hex73BA6F260281B75233a
Octal16327215746050331654372
Binary11100111011101011011111001100101000110111110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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