#70A180

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

Shades of Oxley #70A180

Tints of Oxley #70A180

Color information

#70A180 (or 0x70A180) is unknown color: approx Oxley. HEX triplet: 70, A1 and 80. RGB value is (112,161,128). Sum of RGB (Red+Green+Blue) = 112+161+128=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #70A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A180 is #8F5E7F. Grayscale: #8E8E8E. Windows color (decimal): -9395840 or 8429936. OLE color: 8429936.

HSL color Cylindrical-coordinate representation of color #70A180: hue angle of 139.59º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A180 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB112161128-
CMYK0.3000.200.37
HSL139.59º20.68%53.53%-
HSV(B)139.59º30.43%63.14%-
XYZ23.3230.4925.08-
YUV142.59119.77106.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=27.93%
G=40.15%
B=31.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121611280.3000.200.37139.5920.6853.53
Hex70A1801E014258c1536
Octal16024120036024452142566
Binary11100001010000110000000111100101001001011000110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A180; }

 p { color: rgb(112,161,128); }

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

<style>
 a { background-color: #70A180; }

 a { background-color: rgb(112,161,128); }

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

<style>
 span { border-color: #70A180; }

 span { border-color: rgb(112,161,128); }

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