#71A286

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

Shades of Bay Leaf #71A286

Tints of Bay Leaf #71A286

Color information

#71A286 (or 0x71A286) is unknown color: approx Bay Leaf. HEX triplet: 71, A2 and 86. RGB value is (113,162,134). Sum of RGB (Red+Green+Blue) = 113+162+134=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #71A286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A286 is #8E5D79. Grayscale: #909090. Windows color (decimal): -9330042 or 8823409. OLE color: 8823409.

HSL color Cylindrical-coordinate representation of color #71A286: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A286 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB113162134-
CMYK0.3000.170.36
HSL145.71º20.85%53.92%-
HSV(B)145.71º30.25%63.53%-
XYZ24.0331.0727.29-
YUV144.16122.27105.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=27.63%
G=39.61%
B=32.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131621340.3000.170.36145.7120.8553.92
Hex71A2861E01124921536
Octal16124220636021442222566
Binary11100011010001010000110111100100011001001001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,134); }

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

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

 a { background-color: rgb(113,162,134); }

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

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

 span { border-color: rgb(113,162,134); }

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