#71B57E

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

Shades of Bay Leaf #71B57E

Tints of Bay Leaf #71B57E

Color information

#71B57E (or 0x71B57E) is unknown color: approx Bay Leaf. HEX triplet: 71, B5 and 7E. RGB value is (113,181,126). Sum of RGB (Red+Green+Blue) = 113+181+126=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #71B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B57E is #8E4A81. Grayscale: #9A9A9A. Windows color (decimal): -9325186 or 8303985. OLE color: 8303985.

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

Color convert

RGB113181126-
CMYK0.3800.300.29
HSL131.47º31.48%57.65%-
HSV(B)131.47º37.57%70.98%-
XYZ27.138.0625.66-
YUV154.4111.9798.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 126 (49.61% from 255) = 30%
R=26.90%
G=43.10%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131811260.3800.300.29131.4731.4857.65
Hex71B57E2601E1D831f3a
Octal16126517646036352033772
Binary1110001101101011111110100110011110111011000001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,126); }

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

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

 a { background-color: rgb(113,181,126); }

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

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

 span { border-color: rgb(113,181,126); }

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