#73B080

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

Shades of Bay Leaf #73B080

Tints of Bay Leaf #73B080

Color information

#73B080 (or 0x73B080) is unknown color: approx Bay Leaf. HEX triplet: 73, B0 and 80. RGB value is (115,176,128). Sum of RGB (Red+Green+Blue) = 115+176+128=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #73B080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B080 is #8C4F7F. Grayscale: #989898. Windows color (decimal): -9195392 or 8433779. OLE color: 8433779.

HSL color Cylindrical-coordinate representation of color #73B080: hue angle of 132.79º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B080 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB115176128-
CMYK0.3500.270.31
HSL132.79º27.85%57.06%-
HSV(B)132.79º34.66%69.02%-
XYZ26.4936.2526.02-
YUV152.29114.29101.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=27.45%
G=42.00%
B=30.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151761280.3500.270.31132.7927.8557.06
Hex73B0802301B1F851c39
Octal16326020043033372053471
Binary11100111011000010000000100011011011111111000010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,176,128); }

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

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

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

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

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

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

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