#71ba85

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

Shades of Bay Leaf #71BA85

Tints of Bay Leaf #71BA85

Color information

#71BA85 (or 0x71BA85) is unknown color: approx Bay Leaf. HEX triplet: 71, BA and 85. RGB value is (113,186,133). Sum of RGB (Red+Green+Blue) = 113+186+133=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BA85 is #8E457A. Grayscale: #9E9E9E. Windows color (decimal): -9323899 or 8764017. OLE color: 8764017.

HSL color Cylindrical-coordinate representation of color #71BA85: hue angle of 136.44º 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 #71BA85 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB113186133-
CMYK0.3900.280.27
HSL136.44º34.6%58.63%-
HSV(B)136.44º39.25%72.94%-
XYZ28.640.3228.47-
YUV158.13113.8295.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=26.16%
G=43.06%
B=30.79%

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
Decimal1131861330.3900.280.27136.4434.658.63
Hex71BA852701C1B88233b
Octal16127220547034332104373
Binary111000110111010100001011001110111001101110001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ba85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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