#70877F

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

Shades of Patina #70877F

Tints of Patina #70877F

Color information

#70877F (or 0x70877F) is unknown color: approx Patina. HEX triplet: 70, 87 and 7F. RGB value is (112,135,127). Sum of RGB (Red+Green+Blue) = 112+135+127=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #70877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877F is #8F7880. Grayscale: #7F7F7F. Windows color (decimal): -9402497 or 8357744. OLE color: 8357744.

HSL color Cylindrical-coordinate representation of color #70877F: hue angle of 159.13º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70877F is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB112135127-
CMYK0.1700.060.47
HSL159.13º9.31%48.43%-
HSV(B)159.13º17.04%52.94%-
XYZ19.1822.323.37-
YUV127.21127.88117.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 127 (50% from 255) = 33.96%
R=29.95%
G=36.10%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351270.1700.060.47159.139.3148.43
Hex70877F11062F9f930
Octal1602071772106572371160
Binary1110000100001111111111100010110101111100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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