#71B580

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

Shades of Bay Leaf #71B580

Tints of Bay Leaf #71B580

Color information

#71B580 (or 0x71B580) is unknown color: approx Bay Leaf. HEX triplet: 71, B5 and 80. RGB value is (113,181,128). Sum of RGB (Red+Green+Blue) = 113+181+128=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #71B580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B580 is #8E4A7F. Grayscale: #9A9A9A. Windows color (decimal): -9325184 or 8435057. OLE color: 8435057.

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

Color convert

RGB113181128-
CMYK0.3800.290.29
HSL133.24º31.48%57.65%-
HSV(B)133.24º37.57%70.98%-
XYZ27.2338.1226.34-
YUV154.63112.9798.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=26.78%
G=42.89%
B=30.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131811280.3800.290.29133.2431.4857.65
Hex71B5802601D1D851f3a
Octal16126520046035352053772
Binary11100011011010110000000100110011101111011000010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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