#73AB85

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

Shades of Bay Leaf #73AB85

Tints of Bay Leaf #73AB85

Color information

#73AB85 (or 0x73AB85) is unknown color: approx Bay Leaf. HEX triplet: 73, AB and 85. RGB value is (115,171,133). Sum of RGB (Red+Green+Blue) = 115+171+133=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB85 is #8C547A. Grayscale: #969696. Windows color (decimal): -9196667 or 8760179. OLE color: 8760179.

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

Color convert

RGB115171133-
CMYK0.3300.220.33
HSL139.29º25%56.08%-
HSV(B)139.29º32.75%67.06%-
XYZ25.8734.4627.48-
YUV149.92118.45103.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=27.45%
G=40.81%
B=31.74%

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
Decimal1151711330.3300.220.33139.292556.08
Hex73AB8521016218b1938
Octal16325320541026412133170
Binary111001110101011100001011000010101101000011000101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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