#73BA88

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

Shades of Bay Leaf #73BA88

Tints of Bay Leaf #73BA88

Color information

#73BA88 (or 0x73BA88) is unknown color: approx Bay Leaf. HEX triplet: 73, BA and 88. RGB value is (115,186,136). Sum of RGB (Red+Green+Blue) = 115+186+136=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA88 is #8C4577. Grayscale: #9F9F9F. Windows color (decimal): -9192824 or 8960627. OLE color: 8960627.

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

Color convert

RGB115186136-
CMYK0.3800.270.27
HSL137.75º33.97%59.02%-
HSV(B)137.75º38.17%72.94%-
XYZ29.0740.5429.59-
YUV159.07114.9896.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=26.32%
G=42.56%
B=31.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861360.3800.270.27137.7533.9759.02
Hex73BA882601B1B8a223b
Octal16327221046033332124273
Binary111001110111010100010001001100110111101110001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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