#70917C

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

Shades of Oxley #70917C

Tints of Oxley #70917C

Color information

#70917C (or 0x70917C) is unknown color: approx Oxley. HEX triplet: 70, 91 and 7C. RGB value is (112,145,124). Sum of RGB (Red+Green+Blue) = 112+145+124=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #70917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70917C is #8F6E83. Grayscale: #848484. Windows color (decimal): -9399940 or 8163696. OLE color: 8163696.

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

Color convert

RGB112145124-
CMYK0.2300.140.43
HSL141.82º13.04%50.39%-
HSV(B)141.82º22.76%56.86%-
XYZ20.4525.1522.85-
YUV132.74123.07113.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=29.40%
G=38.06%
B=32.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451240.2300.140.43141.8213.0450.39
Hex70917C170E2B8ed32
Octal16022117427016532161562
Binary11100001001000111111001011101110101011100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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