#71B982

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

Shades of Bay Leaf #71B982

Tints of Bay Leaf #71B982

Color information

#71B982 (or 0x71B982) is unknown color: approx Bay Leaf. HEX triplet: 71, B9 and 82. RGB value is (113,185,130). Sum of RGB (Red+Green+Blue) = 113+185+130=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #71B982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B982 is #8E467D. Grayscale: #9D9D9D. Windows color (decimal): -9324158 or 8567153. OLE color: 8567153.

HSL color Cylindrical-coordinate representation of color #71B982: hue angle of 134.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B982 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB113185130-
CMYK0.3900.300.27
HSL134.17º33.96%58.43%-
HSV(B)134.17º38.92%72.55%-
XYZ28.1939.8227.32-
YUV157.2112.6596.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.40%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=26.40%
G=43.22%
B=30.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851300.3900.300.27134.1733.9658.43
Hex71B9822701E1B86223a
Octal16127120247036332064272
Binary111000110111001100000101001110111101101110000110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,130); }

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

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

 a { background-color: rgb(113,185,130); }

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

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

 span { border-color: rgb(113,185,130); }

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