#70887D

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

Shades of Patina #70887D

Tints of Patina #70887D

Color information

#70887D (or 0x70887D) is unknown color: approx Patina. HEX triplet: 70, 88 and 7D. RGB value is (112,136,125). Sum of RGB (Red+Green+Blue) = 112+136+125=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #70887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887D is #8F7782. Grayscale: #7F7F7F. Windows color (decimal): -9402243 or 8226928. OLE color: 8226928.

HSL color Cylindrical-coordinate representation of color #70887D: hue angle of 152.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 #70887D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB112136125-
CMYK0.1800.080.47
HSL152.5º9.68%48.63%-
HSV(B)152.5º17.65%53.33%-
XYZ19.1922.5322.74-
YUV127.57126.55116.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=30.03%
G=36.46%
B=33.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361250.1800.080.47152.59.6848.63
Hex70887D12082F98a31
Octal16021017522010572301261
Binary11100001000100011111011001001000101111100110001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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