#73BA70

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

Shades of Fern #73BA70

Tints of Fern #73BA70

Color information

#73BA70 (or 0x73BA70) is unknown color: approx Fern. HEX triplet: 73, BA and 70. RGB value is (115,186,112). Sum of RGB (Red+Green+Blue) = 115+186+112=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA70 is #8C458F. Grayscale: #9C9C9C. Windows color (decimal): -9192848 or 7387763. OLE color: 7387763.

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

Color convert

RGB115186112-
CMYK0.3800.400.27
HSL117.57º34.91%58.43%-
HSV(B)117.57º39.78%72.94%-
XYZ27.5539.9321.58-
YUV156.33102.9898.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=27.85%
G=45.04%
B=27.12%

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
Decimal1151861120.3800.400.27117.5734.9158.43
Hex73BA70260281B76233a
Octal16327216046050331664372
Binary11100111011101011100001001100101000110111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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