#71B785

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

Shades of Bay Leaf #71B785

Tints of Bay Leaf #71B785

Color information

#71B785 (or 0x71B785) is unknown color: approx Bay Leaf. HEX triplet: 71, B7 and 85. RGB value is (113,183,133). Sum of RGB (Red+Green+Blue) = 113+183+133=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #71B785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B785 is #8E487A. Grayscale: #9C9C9C. Windows color (decimal): -9324667 or 8763249. OLE color: 8763249.

HSL color Cylindrical-coordinate representation of color #71B785: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B785 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB113183133-
CMYK0.3800.270.28
HSL137.14º32.71%58.04%-
HSV(B)137.14º38.25%71.76%-
XYZ27.9839.0728.26-
YUV156.37114.8197.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=26.34%
G=42.66%
B=31.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831330.3800.270.28137.1432.7158.04
Hex71B7852601B1C89213a
Octal16126720546033342114172
Binary111000110110111100001011001100110111110010001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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