#73AA8B

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

Shades of Bay Leaf #73AA8B

Tints of Bay Leaf #73AA8B

Color information

#73AA8B (or 0x73AA8B) is unknown color: approx Bay Leaf. HEX triplet: 73, AA and 8B. RGB value is (115,170,139). Sum of RGB (Red+Green+Blue) = 115+170+139=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA8B is #8C5574. Grayscale: #969696. Windows color (decimal): -9196917 or 9153139. OLE color: 9153139.

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

Color convert

RGB115170139-
CMYK0.3200.180.33
HSL146.18º24.44%55.88%-
HSV(B)146.18º32.35%66.67%-
XYZ26.1134.2629.66-
YUV150.02121.78103.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=27.12%
G=40.09%
B=32.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151701390.3200.180.33146.1824.4455.88
Hex73AA8B2001221921838
Octal16325221340022412223070
Binary111001110101010100010111000000100101000011001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,139); }

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

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

 a { background-color: rgb(115,170,139); }

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

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

 span { border-color: rgb(115,170,139); }

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