#71897F

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

Shades of Patina #71897F

Tints of Patina #71897F

Color information

#71897F (or 0x71897F) is unknown color: approx Patina. HEX triplet: 71, 89 and 7F. RGB value is (113,137,127). Sum of RGB (Red+Green+Blue) = 113+137+127=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #71897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71897F is #8E7680. Grayscale: #808080. Windows color (decimal): -9336449 or 8358257. OLE color: 8358257.

HSL color Cylindrical-coordinate representation of color #71897F: hue angle of 155º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71897F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB113137127-
CMYK0.1800.070.46
HSL155º9.6%49.02%-
HSV(B)155º17.52%53.73%-
XYZ19.5922.9323.47-
YUV128.68127.05116.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 127 (50% from 255) = 33.69%
R=29.97%
G=36.34%
B=33.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371270.1800.070.461559.649.02
Hex71897F12072E9ba31
Octal1612111772207562331261
Binary1110001100010011111111100100111101110100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71897F; }

 p { color: rgb(113,137,127); }

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

<style>
 a { background-color: #71897F; }

 a { background-color: rgb(113,137,127); }

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

<style>
 span { border-color: #71897F; }

 span { border-color: rgb(113,137,127); }

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