#73B081

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

Shades of Bay Leaf #73B081

Tints of Bay Leaf #73B081

Color information

#73B081 (or 0x73B081) is unknown color: approx Bay Leaf. HEX triplet: 73, B0 and 81. RGB value is (115,176,129). Sum of RGB (Red+Green+Blue) = 115+176+129=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #73B081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B081 is #8C4F7E. Grayscale: #989898. Windows color (decimal): -9195391 or 8499315. OLE color: 8499315.

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

Color convert

RGB115176129-
CMYK0.3500.270.31
HSL133.77º27.85%57.06%-
HSV(B)133.77º34.66%69.02%-
XYZ26.5636.2826.37-
YUV152.4114.79101.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=27.38%
G=41.90%
B=30.71%

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
Decimal1151761290.3500.270.31133.7727.8557.06
Hex73B0812301B1F861c39
Octal16326020143033372063471
Binary11100111011000010000001100011011011111111000011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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