#70907C

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

Shades of Oxley #70907C

Tints of Oxley #70907C

Color information

#70907C (or 0x70907C) is unknown color: approx Oxley. HEX triplet: 70, 90 and 7C. RGB value is (112,144,124). Sum of RGB (Red+Green+Blue) = 112+144+124=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #70907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70907C is #8F6F83. Grayscale: #848484. Windows color (decimal): -9400196 or 8163440. OLE color: 8163440.

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

Color convert

RGB112144124-
CMYK0.2200.140.44
HSL142.5º12.6%50.2%-
HSV(B)142.5º22.22%56.47%-
XYZ20.2924.8522.8-
YUV132.15123.4113.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=29.47%
G=37.89%
B=32.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441240.2200.140.44142.512.650.2
Hex70907C160E2C8ed32
Octal16022017426016542161562
Binary11100001001000011111001011001110101100100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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