#71867E

Color #71867E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #71867E

Tints of Patina #71867E

Color information

#71867E (or 0x71867E) is unknown color: approx Patina. HEX triplet: 71, 86 and 7E. RGB value is (113,134,126). Sum of RGB (Red+Green+Blue) = 113+134+126=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #71867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867E is #8E7981. Grayscale: #7E7E7E. Windows color (decimal): -9337218 or 8291953. OLE color: 8291953.

HSL color Cylindrical-coordinate representation of color #71867E: hue angle of 157.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71867E is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB113134126-
CMYK0.1600.060.47
HSL157.14º8.5%48.43%-
HSV(B)157.14º15.67%52.55%-
XYZ19.122.0722.99-
YUV126.81127.54118.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=30.29%
G=35.92%
B=33.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341260.1600.060.47157.148.548.43
Hex71867E10062F9d930
Octal1612061762006572351160
Binary1110001100001101111110100000110101111100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71867E; }

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

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

<style>
 a { background-color: #71867E; }

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

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

<style>
 span { border-color: #71867E; }

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

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