#71BA86

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

Shades of Bay Leaf #71BA86

Tints of Bay Leaf #71BA86

Color information

#71BA86 (or 0x71BA86) is unknown color: approx Bay Leaf. HEX triplet: 71, BA and 86. RGB value is (113,186,134). Sum of RGB (Red+Green+Blue) = 113+186+134=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA86 is #8E4579. Grayscale: #9E9E9E. Windows color (decimal): -9323898 or 8829553. OLE color: 8829553.

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

Color convert

RGB113186134-
CMYK0.3900.280.27
HSL137.26º34.6%58.63%-
HSV(B)137.26º39.25%72.94%-
XYZ28.6740.3528.83-
YUV158.24114.3295.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=26.10%
G=42.96%
B=30.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861340.3900.280.27137.2634.658.63
Hex71BA862701C1B89233b
Octal16127220647034332114373
Binary111000110111010100001101001110111001101110001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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