#70867F

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

Shades of Patina #70867F

Tints of Patina #70867F

Color information

#70867F (or 0x70867F) is unknown color: approx Patina. HEX triplet: 70, 86 and 7F. RGB value is (112,134,127). Sum of RGB (Red+Green+Blue) = 112+134+127=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #70867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70867F is #8F7980. Grayscale: #7E7E7E. Windows color (decimal): -9402753 or 8357488. OLE color: 8357488.

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

Color convert

RGB112134127-
CMYK0.1600.050.47
HSL160.91º8.94%48.24%-
HSV(B)160.91º16.42%52.55%-
XYZ19.0422.0323.33-
YUV126.62128.21117.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 127 (50% from 255) = 34.05%
R=30.03%
G=35.92%
B=34.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341270.1600.050.47160.918.9448.24
Hex70867F10052Fa1930
Octal1602061772005572411160
Binary1110000100001101111111100000101101111101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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