#70937E

Color #70937E Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #70937E

Tints of Oxley #70937E

Color information

#70937E (or 0x70937E) is unknown color: approx Oxley. HEX triplet: 70, 93 and 7E. RGB value is (112,147,126). Sum of RGB (Red+Green+Blue) = 112+147+126=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #70937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70937E is #8F6C81. Grayscale: #868686. Windows color (decimal): -9399426 or 8295280. OLE color: 8295280.

HSL color Cylindrical-coordinate representation of color #70937E: hue angle of 144º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70937E is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB112147126-
CMYK0.2400.140.42
HSL144º13.94%50.78%-
HSV(B)144º23.81%57.65%-
XYZ20.8825.8223.62-
YUV134.14123.4112.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=29.09%
G=38.18%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471260.2400.140.4214413.9450.78
Hex70937E180E2A90e33
Octal16022317630016522201663
Binary11100001001001111111101100001110101010100100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70937E; }

 p { color: rgb(112,147,126); }

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

<style>
 a { background-color: #70937E; }

 a { background-color: rgb(112,147,126); }

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

<style>
 span { border-color: #70937E; }

 span { border-color: rgb(112,147,126); }

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