#73BA73

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

Shades of Fern #73BA73

Tints of Fern #73BA73

Color information

#73BA73 (or 0x73BA73) is unknown color: approx Fern. HEX triplet: 73, BA and 73. RGB value is (115,186,115). Sum of RGB (Red+Green+Blue) = 115+186+115=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA73 is #8C458C. Grayscale: #9C9C9C. Windows color (decimal): -9192845 or 7584371. OLE color: 7584371.

HSL color Cylindrical-coordinate representation of color #73BA73: hue angle of 120º 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 #73BA73 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB115186115-
CMYK0.3800.380.27
HSL120º33.97%59.02%-
HSV(B)120º38.17%72.94%-
XYZ27.724022.48-
YUV156.68104.4898.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.64%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=27.64%
G=44.71%
B=27.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861150.3800.380.2712033.9759.02
Hex73BA73260261B78223b
Octal16327216346046331704273
Binary11100111011101011100111001100100110110111111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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