#71B28A

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

Shades of Bay Leaf #71B28A

Tints of Bay Leaf #71B28A

Color information

#71B28A (or 0x71B28A) is unknown color: approx Bay Leaf. HEX triplet: 71, B2 and 8A. RGB value is (113,178,138). Sum of RGB (Red+Green+Blue) = 113+178+138=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #71B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B28A is #8E4D75. Grayscale: #9A9A9A. Windows color (decimal): -9325942 or 9089649. OLE color: 9089649.

HSL color Cylindrical-coordinate representation of color #71B28A: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B28A is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB113178138-
CMYK0.3700.220.30
HSL143.08º29.68%57.06%-
HSV(B)143.08º36.52%69.8%-
XYZ27.3237.1929.78-
YUV154118.9798.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 178 (69.92% from 255) = 41.49%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=26.34%
G=41.49%
B=32.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131781380.3700.220.30143.0829.6857.06
Hex71B28A250161E8f1e39
Octal16126221245026362173671
Binary11100011011001010001010100101010110111101000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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