#71AA8A

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

Shades of Bay Leaf #71AA8A

Tints of Bay Leaf #71AA8A

Color information

#71AA8A (or 0x71AA8A) is unknown color: approx Bay Leaf. HEX triplet: 71, AA and 8A. RGB value is (113,170,138). Sum of RGB (Red+Green+Blue) = 113+170+138=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA8A is #8E5575. Grayscale: #959595. Windows color (decimal): -9327990 or 9087601. OLE color: 9087601.

HSL color Cylindrical-coordinate representation of color #71AA8A: hue angle of 146.32º 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 #71AA8A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB113170138-
CMYK0.3400.190.33
HSL146.32º25.11%55.49%-
HSV(B)146.32º33.53%66.67%-
XYZ25.7734.129.27-
YUV149.31121.62102.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=26.84%
G=40.38%
B=32.78%

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
Decimal1131701380.3400.190.33146.3225.1155.49
Hex71AA8A2201321921937
Octal16125221242023412223167
Binary111000110101010100010101000100100111000011001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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