#70A576

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

Shades of Oxley #70A576

Tints of Oxley #70A576

Color information

#70A576 (or 0x70A576) is unknown color: approx Oxley. HEX triplet: 70, A5 and 76. RGB value is (112,165,118). Sum of RGB (Red+Green+Blue) = 112+165+118=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #70A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A576 is #8F5A89. Grayscale: #8F8F8F. Windows color (decimal): -9394826 or 7775600. OLE color: 7775600.

HSL color Cylindrical-coordinate representation of color #70A576: hue angle of 126.79º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A576 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB112165118-
CMYK0.3200.280.35
HSL126.79º22.75%54.31%-
HSV(B)126.79º32.12%64.71%-
XYZ23.4131.6622.02-
YUV143.79113.44105.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=28.35%
G=41.77%
B=29.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121651180.3200.280.35126.7922.7554.31
Hex70A5762001C237f1736
Octal16024516640034431772766
Binary1110000101001011110110100000011100100011111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,118); }

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

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

 a { background-color: rgb(112,165,118); }

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

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

 span { border-color: rgb(112,165,118); }

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