#71B78D

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

Shades of Bay Leaf #71B78D

Tints of Bay Leaf #71B78D

Color information

#71B78D (or 0x71B78D) is unknown color: approx Bay Leaf. HEX triplet: 71, B7 and 8D. RGB value is (113,183,141). Sum of RGB (Red+Green+Blue) = 113+183+141=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #71B78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B78D is #8E4872. Grayscale: #9D9D9D. Windows color (decimal): -9324659 or 9287537. OLE color: 9287537.

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

Color convert

RGB113183141-
CMYK0.3800.230.28
HSL144º32.71%58.04%-
HSV(B)144º38.25%71.76%-
XYZ28.5539.331.28-
YUV157.28118.8196.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=25.86%
G=41.88%
B=32.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831410.3800.230.2814432.7158.04
Hex71B78D260171C90213a
Octal16126721546027342204172
Binary111000110110111100011011001100101111110010010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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