#70907f

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

Shades of Patina #70907F

Tints of Patina #70907F

Color information

#70907F (or 0x70907F) is unknown color: approx Patina. HEX triplet: 70, 90 and 7F. RGB value is (112,144,127). Sum of RGB (Red+Green+Blue) = 112+144+127=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #70907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907F is #8F6F80. Grayscale: #848484. Windows color (decimal): -9400193 or 8360048. OLE color: 8360048.

HSL color Cylindrical-coordinate representation of color #70907F: hue angle of 148.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70907F is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB112144127-
CMYK0.2200.120.44
HSL148.12º12.6%50.2%-
HSV(B)148.12º22.22%56.47%-
XYZ20.4924.9223.81-
YUV132.49124.9113.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 127 (50% from 255) = 33.16%
R=29.24%
G=37.60%
B=33.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441270.2200.120.44148.1212.650.2
Hex70907F160C2C94d32
Octal16022017726014542241562
Binary11100001001000011111111011001100101100100101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70907f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70907f; }

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

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

<style>
 a { background-color: #70907f; }

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

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

<style>
 span { border-color: #70907f; }

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

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