#71BD7F

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

Shades of Bay Leaf #71BD7F

Tints of Bay Leaf #71BD7F

Color information

#71BD7F (or 0x71BD7F) is unknown color: approx Bay Leaf. HEX triplet: 71, BD and 7F. RGB value is (113,189,127). Sum of RGB (Red+Green+Blue) = 113+189+127=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD7F is #8E4280. Grayscale: #9F9F9F. Windows color (decimal): -9323137 or 8371569. OLE color: 8371569.

HSL color Cylindrical-coordinate representation of color #71BD7F: hue angle of 131.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BD7F is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB113189127-
CMYK0.4000.330.26
HSL131.05º36.54%59.22%-
HSV(B)131.05º40.21%74.12%-
XYZ28.8441.4426.56-
YUV159.21109.8295.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 127 (50% from 255) = 29.60%
R=26.34%
G=44.06%
B=29.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131891270.4000.330.26131.0536.5459.22
Hex71BD7F280211A83253b
Octal16127517750041322034573
Binary111000110111101111111110100001000011101010000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,127); }

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

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

 a { background-color: rgb(113,189,127); }

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

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

 span { border-color: rgb(113,189,127); }

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