#71BC87

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

Shades of Bay Leaf #71BC87

Tints of Bay Leaf #71BC87

Color information

#71BC87 (or 0x71BC87) is unknown color: approx Bay Leaf. HEX triplet: 71, BC and 87. RGB value is (113,188,135). Sum of RGB (Red+Green+Blue) = 113+188+135=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC87 is #8E4378. Grayscale: #9F9F9F. Windows color (decimal): -9323385 or 8895601. OLE color: 8895601.

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

Color convert

RGB113188135-
CMYK0.4000.280.26
HSL137.6º35.89%59.02%-
HSV(B)137.6º39.89%73.73%-
XYZ29.1741.2329.34-
YUV159.53114.1594.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=25.92%
G=43.12%
B=30.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881350.4000.280.26137.635.8959.02
Hex71BC872801C1A8a243b
Octal16127420750034322124473
Binary111000110111100100001111010000111001101010001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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