#73BA7E

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

Shades of Bay Leaf #73BA7E

Tints of Bay Leaf #73BA7E

Color information

#73BA7E (or 0x73BA7E) is unknown color: approx Bay Leaf. HEX triplet: 73, BA and 7E. RGB value is (115,186,126). Sum of RGB (Red+Green+Blue) = 115+186+126=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA7E is #8C4581. Grayscale: #9E9E9E. Windows color (decimal): -9192834 or 8305267. OLE color: 8305267.

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

Color convert

RGB115186126-
CMYK0.3800.320.27
HSL129.3º33.97%59.02%-
HSV(B)129.3º38.17%72.94%-
XYZ28.440.2726.01-
YUV157.93109.9897.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=26.93%
G=43.56%
B=29.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861260.3800.320.27129.333.9759.02
Hex73BA7E260201B81223b
Octal16327217646040332014273
Binary111001110111010111111010011001000001101110000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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