#73AB86

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

Shades of Bay Leaf #73AB86

Tints of Bay Leaf #73AB86

Color information

#73AB86 (or 0x73AB86) is unknown color: approx Bay Leaf. HEX triplet: 73, AB and 86. RGB value is (115,171,134). Sum of RGB (Red+Green+Blue) = 115+171+134=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB86 is #8C5479. Grayscale: #969696. Windows color (decimal): -9196666 or 8825715. OLE color: 8825715.

HSL color Cylindrical-coordinate representation of color #73AB86: hue angle of 140.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB86 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB115171134-
CMYK0.3300.220.33
HSL140.36º25%56.08%-
HSV(B)140.36º32.75%67.06%-
XYZ25.9434.4927.84-
YUV150.04118.95103.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=27.38%
G=40.71%
B=31.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711340.3300.220.33140.362556.08
Hex73AB8621016218c1938
Octal16325320641026412143170
Binary111001110101011100001101000010101101000011000110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,134); }

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

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

 a { background-color: rgb(115,171,134); }

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

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

 span { border-color: rgb(115,171,134); }

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