#70907E

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

Shades of Oxley #70907E

Tints of Oxley #70907E

Color information

#70907E (or 0x70907E) is unknown color: approx Oxley. HEX triplet: 70, 90 and 7E. RGB value is (112,144,126). Sum of RGB (Red+Green+Blue) = 112+144+126=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #70907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907E is #8F6F81. Grayscale: #848484. Windows color (decimal): -9400194 or 8294512. OLE color: 8294512.

HSL color Cylindrical-coordinate representation of color #70907E: hue angle of 146.25º 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 #70907E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB112144126-
CMYK0.2200.120.44
HSL146.25º12.6%50.2%-
HSV(B)146.25º22.22%56.47%-
XYZ20.4224.923.47-
YUV132.38124.4113.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=29.32%
G=37.70%
B=32.98%

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
Decimal1121441260.2200.120.44146.2512.650.2
Hex70907E160C2C92d32
Octal16022017626014542221562
Binary11100001001000011111101011001100101100100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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