#71AC87

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

Shades of Bay Leaf #71AC87

Tints of Bay Leaf #71AC87

Color information

#71AC87 (or 0x71AC87) is unknown color: approx Bay Leaf. HEX triplet: 71, AC and 87. RGB value is (113,172,135). Sum of RGB (Red+Green+Blue) = 113+172+135=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AC87 is #8E5378. Grayscale: #969696. Windows color (decimal): -9327481 or 8891505. OLE color: 8891505.

HSL color Cylindrical-coordinate representation of color #71AC87: hue angle of 142.37º 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 #71AC87 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB113172135-
CMYK0.3400.220.33
HSL142.37º26.22%55.88%-
HSV(B)142.37º34.3%67.45%-
XYZ25.9434.7728.27-
YUV150.14119.45101.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=26.90%
G=40.95%
B=32.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131721350.3400.220.33142.3726.2255.88
Hex71AC8722016218e1a38
Octal16125420742026412163270
Binary111000110101100100001111000100101101000011000111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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