#71B780

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

Shades of Bay Leaf #71B780

Tints of Bay Leaf #71B780

Color information

#71B780 (or 0x71B780) is unknown color: approx Bay Leaf. HEX triplet: 71, B7 and 80. RGB value is (113,183,128). Sum of RGB (Red+Green+Blue) = 113+183+128=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #71B780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B780 is #8E487F. Grayscale: #9B9B9B. Windows color (decimal): -9324672 or 8435569. OLE color: 8435569.

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

Color convert

RGB113183128-
CMYK0.3800.300.28
HSL132.86º32.71%58.04%-
HSV(B)132.86º38.25%71.76%-
XYZ27.6438.9426.48-
YUV155.8112.3197.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.65%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=26.65%
G=43.16%
B=30.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831280.3800.300.28132.8632.7158.04
Hex71B7802601E1C85213a
Octal16126720046036342054172
Binary111000110110111100000001001100111101110010000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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