#71867C

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

Shades of Patina #71867C

Tints of Patina #71867C

Color information

#71867C (or 0x71867C) is unknown color: approx Patina. HEX triplet: 71, 86 and 7C. RGB value is (113,134,124). Sum of RGB (Red+Green+Blue) = 113+134+124=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #71867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71867C is #8E7983. Grayscale: #7E7E7E. Windows color (decimal): -9337220 or 8160881. OLE color: 8160881.

HSL color Cylindrical-coordinate representation of color #71867C: hue angle of 151.43º 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 #71867C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB113134124-
CMYK0.1600.070.47
HSL151.43º8.5%48.43%-
HSV(B)151.43º15.67%52.55%-
XYZ18.9722.0222.32-
YUV126.58126.54118.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=30.46%
G=36.12%
B=33.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341240.1600.070.47151.438.548.43
Hex71867C10072F97930
Octal1612061742007572271160
Binary1110001100001101111100100000111101111100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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