#71A888

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

Shades of Bay Leaf #71A888

Tints of Bay Leaf #71A888

Color information

#71A888 (or 0x71A888) is unknown color: approx Bay Leaf. HEX triplet: 71, A8 and 88. RGB value is (113,168,136). Sum of RGB (Red+Green+Blue) = 113+168+136=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #71A888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A888 is #8E5777. Grayscale: #939393. Windows color (decimal): -9328504 or 8956017. OLE color: 8956017.

HSL color Cylindrical-coordinate representation of color #71A888: hue angle of 145.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A888 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB113168136-
CMYK0.3300.190.34
HSL145.09º24.02%55.1%-
HSV(B)145.09º32.74%65.88%-
XYZ25.2633.2928.39-
YUV147.91121.28103.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=27.10%
G=40.29%
B=32.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131681360.3300.190.34145.0924.0255.1
Hex71A8882101322911837
Octal16125021041023422213067
Binary111000110101000100010001000010100111000101001000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,168,136); }

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

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

 a { background-color: rgb(113,168,136); }

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

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

 span { border-color: rgb(113,168,136); }

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