#70887F

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

Shades of Patina #70887F

Tints of Patina #70887F

Color information

#70887F (or 0x70887F) is unknown color: approx Patina. HEX triplet: 70, 88 and 7F. RGB value is (112,136,127). Sum of RGB (Red+Green+Blue) = 112+136+127=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #70887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887F is #8F7780. Grayscale: #7F7F7F. Windows color (decimal): -9402241 or 8358000. OLE color: 8358000.

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

Color convert

RGB112136127-
CMYK0.1800.070.47
HSL157.5º9.68%48.63%-
HSV(B)157.5º17.65%53.33%-
XYZ19.3222.5923.42-
YUV127.8127.55116.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 127 (50% from 255) = 33.87%
R=29.87%
G=36.27%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361270.1800.070.47157.59.6848.63
Hex70887F12072F9da31
Octal1602101772207572351261
Binary1110000100010001111111100100111101111100111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,136,127); }

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

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

 a { background-color: rgb(112,136,127); }

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

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

 span { border-color: rgb(112,136,127); }

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