#71AA89

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

Shades of Bay Leaf #71AA89

Tints of Bay Leaf #71AA89

Color information

#71AA89 (or 0x71AA89) is unknown color: approx Bay Leaf. HEX triplet: 71, AA and 89. RGB value is (113,170,137). Sum of RGB (Red+Green+Blue) = 113+170+137=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA89 is #8E5576. Grayscale: #959595. Windows color (decimal): -9327991 or 9022065. OLE color: 9022065.

HSL color Cylindrical-coordinate representation of color #71AA89: hue angle of 145.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AA89 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB113170137-
CMYK0.3400.190.33
HSL145.26º25.11%55.49%-
HSV(B)145.26º33.53%66.67%-
XYZ25.734.0728.89-
YUV149.2121.12102.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=26.90%
G=40.48%
B=32.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701370.3400.190.33145.2625.1155.49
Hex71AA892201321911937
Octal16125221142023412213167
Binary111000110101010100010011000100100111000011001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AA89; }

 p { color: rgb(113,170,137); }

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

<style>
 a { background-color: #71AA89; }

 a { background-color: rgb(113,170,137); }

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

<style>
 span { border-color: #71AA89; }

 span { border-color: rgb(113,170,137); }

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