#70917E

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

Shades of Oxley #70917E

Tints of Oxley #70917E

Color information

#70917E (or 0x70917E) is unknown color: approx Oxley. HEX triplet: 70, 91 and 7E. RGB value is (112,145,126). Sum of RGB (Red+Green+Blue) = 112+145+126=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #70917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917E is #8F6E81. Grayscale: #858585. Windows color (decimal): -9399938 or 8294768. OLE color: 8294768.

HSL color Cylindrical-coordinate representation of color #70917E: hue angle of 145.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70917E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB112145126-
CMYK0.2300.130.43
HSL145.45º13.04%50.39%-
HSV(B)145.45º22.76%56.86%-
XYZ20.5725.223.52-
YUV132.97124.07113.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=29.24%
G=37.86%
B=32.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451260.2300.130.43145.4513.0450.39
Hex70917E170D2B91d32
Octal16022117627015532211562
Binary11100001001000111111101011101101101011100100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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