#71BC86

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

Shades of Bay Leaf #71BC86

Tints of Bay Leaf #71BC86

Color information

#71BC86 (or 0x71BC86) is unknown color: approx Bay Leaf. HEX triplet: 71, BC and 86. RGB value is (113,188,134). Sum of RGB (Red+Green+Blue) = 113+188+134=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC86 is #8E4379. Grayscale: #9F9F9F. Windows color (decimal): -9323386 or 8830065. OLE color: 8830065.

HSL color Cylindrical-coordinate representation of color #71BC86: hue angle of 136.8º 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 #71BC86 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB113188134-
CMYK0.4000.290.26
HSL136.8º35.89%59.02%-
HSV(B)136.8º39.89%73.73%-
XYZ29.141.228.97-
YUV159.42113.6594.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=25.98%
G=43.22%
B=30.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881340.4000.290.26136.835.8959.02
Hex71BC862801D1A89243b
Octal16127420650035322114473
Binary111000110111100100001101010000111011101010001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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