#71B987

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

Shades of Bay Leaf #71B987

Tints of Bay Leaf #71B987

Color information

#71B987 (or 0x71B987) is unknown color: approx Bay Leaf. HEX triplet: 71, B9 and 87. RGB value is (113,185,135). Sum of RGB (Red+Green+Blue) = 113+185+135=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #71B987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B987 is #8E4678. Grayscale: #9D9D9D. Windows color (decimal): -9324153 or 8894833. OLE color: 8894833.

HSL color Cylindrical-coordinate representation of color #71B987: hue angle of 138.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B987 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB113185135-
CMYK0.3900.270.27
HSL138.33º33.96%58.43%-
HSV(B)138.33º38.92%72.55%-
XYZ28.5339.9629.13-
YUV157.77115.1596.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=26.10%
G=42.73%
B=31.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851350.3900.270.27138.3333.9658.43
Hex71B9872701B1B8a223a
Octal16127120747033332124272
Binary111000110111001100001111001110110111101110001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,135); }

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

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

 a { background-color: rgb(113,185,135); }

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

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

 span { border-color: rgb(113,185,135); }

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