#71B484

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

Shades of Bay Leaf #71B484

Tints of Bay Leaf #71B484

Color information

#71B484 (or 0x71B484) is unknown color: approx Bay Leaf. HEX triplet: 71, B4 and 84. RGB value is (113,180,132). Sum of RGB (Red+Green+Blue) = 113+180+132=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #71B484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B484 is #8E4B7B. Grayscale: #9A9A9A. Windows color (decimal): -9325436 or 8696945. OLE color: 8696945.

HSL color Cylindrical-coordinate representation of color #71B484: hue angle of 137.01º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B484 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB113180132-
CMYK0.3700.270.29
HSL137.01º30.88%57.45%-
HSV(B)137.01º37.22%70.59%-
XYZ27.337.8227.69-
YUV154.5115.398.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=26.59%
G=42.35%
B=31.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801320.3700.270.29137.0130.8857.45
Hex71B4842501B1D891f39
Octal16126420445033352113771
Binary11100011011010010000100100101011011111011000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,132); }

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

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

 a { background-color: rgb(113,180,132); }

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

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

 span { border-color: rgb(113,180,132); }

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