#71BB8A

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

Shades of Bay Leaf #71BB8A

Tints of Bay Leaf #71BB8A

Color information

#71BB8A (or 0x71BB8A) is unknown color: approx Bay Leaf. HEX triplet: 71, BB and 8A. RGB value is (113,187,138). Sum of RGB (Red+Green+Blue) = 113+187+138=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BB8A is #8E4475. Grayscale: #9F9F9F. Windows color (decimal): -9323638 or 9091953. OLE color: 9091953.

HSL color Cylindrical-coordinate representation of color #71BB8A: hue angle of 140.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BB8A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB113187138-
CMYK0.4000.260.27
HSL140.27º35.24%58.82%-
HSV(B)140.27º39.57%73.33%-
XYZ29.1740.8930.4-
YUV159.29115.9894.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 187 (73.44% from 255) = 42.69%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=25.80%
G=42.69%
B=31.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871380.4000.260.27140.2735.2458.82
Hex71BB8A2801A1B8c233b
Octal16127321250032332144373
Binary111000110111011100010101010000110101101110001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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