#71BE8A

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

Shades of Bay Leaf #71BE8A

Tints of Bay Leaf #71BE8A

Color information

#71BE8A (or 0x71BE8A) is unknown color: approx Bay Leaf. HEX triplet: 71, BE and 8A. RGB value is (113,190,138). Sum of RGB (Red+Green+Blue) = 113+190+138=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BE8A is #8E4175. Grayscale: #A1A1A1. Windows color (decimal): -9322870 or 9092721. OLE color: 9092721.

HSL color Cylindrical-coordinate representation of color #71BE8A: hue angle of 139.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BE8A is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB113190138-
CMYK0.4100.270.25
HSL139.48º37.2%59.41%-
HSV(B)139.48º40.53%74.51%-
XYZ29.8142.1730.61-
YUV161.05114.9993.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=25.62%
G=43.08%
B=31.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131901380.4100.270.25139.4837.259.41
Hex71BE8A2901B198b253b
Octal16127621251033312134573
Binary111000110111110100010101010010110111100110001011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,190,138); }

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

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

 a { background-color: rgb(113,190,138); }

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

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

 span { border-color: rgb(113,190,138); }

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