#71AC80

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

Shades of Bay Leaf #71AC80

Tints of Bay Leaf #71AC80

Color information

#71AC80 (or 0x71AC80) is unknown color: approx Bay Leaf. HEX triplet: 71, AC and 80. RGB value is (113,172,128). Sum of RGB (Red+Green+Blue) = 113+172+128=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AC80 is #8E537F. Grayscale: #959595. Windows color (decimal): -9327488 or 8432753. OLE color: 8432753.

HSL color Cylindrical-coordinate representation of color #71AC80: hue angle of 135.25º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AC80 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB113172128-
CMYK0.3400.260.33
HSL135.25º26.22%55.88%-
HSV(B)135.25º34.3%67.45%-
XYZ25.4634.5725.75-
YUV149.34115.95102.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=27.36%
G=41.65%
B=30.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131721280.3400.260.33135.2526.2255.88
Hex71AC802201A21871a38
Octal16125420042032412073270
Binary111000110101100100000001000100110101000011000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,128); }

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

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

 a { background-color: rgb(113,172,128); }

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

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

 span { border-color: rgb(113,172,128); }

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