#73B47F

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

Shades of Bay Leaf #73B47F

Tints of Bay Leaf #73B47F

Color information

#73B47F (or 0x73B47F) is unknown color: approx Bay Leaf. HEX triplet: 73, B4 and 7F. RGB value is (115,180,127). Sum of RGB (Red+Green+Blue) = 115+180+127=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #73B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B47F is #8C4B80. Grayscale: #9A9A9A. Windows color (decimal): -9194369 or 8369267. OLE color: 8369267.

HSL color Cylindrical-coordinate representation of color #73B47F: hue angle of 131.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B47F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB115180127-
CMYK0.3600.290.29
HSL131.08º30.23%57.84%-
HSV(B)131.08º36.11%70.59%-
XYZ27.2237.8225.94-
YUV154.52112.4799.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 127 (50% from 255) = 30.09%
R=27.25%
G=42.65%
B=30.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801270.3600.290.29131.0830.2357.84
Hex73B47F2401D1D831e3a
Octal16326417744035352033672
Binary1110011101101001111111100100011101111011000001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,180,127); }

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

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

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

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

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

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

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