#70A572

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

Shades of Oxley #70A572

Tints of Oxley #70A572

Color information

#70A572 (or 0x70A572) is unknown color: approx Oxley. HEX triplet: 70, A5 and 72. RGB value is (112,165,114). Sum of RGB (Red+Green+Blue) = 112+165+114=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #70A572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A572 is #8F5A8D. Grayscale: #8F8F8F. Windows color (decimal): -9394830 or 7513456. OLE color: 7513456.

HSL color Cylindrical-coordinate representation of color #70A572: hue angle of 122.26º 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 #70A572 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB112165114-
CMYK0.3200.310.35
HSL122.26º22.75%54.31%-
HSV(B)122.26º32.12%64.71%-
XYZ23.1731.5720.79-
YUV143.34111.44105.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=28.64%
G=42.20%
B=29.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121651140.3200.310.35122.2622.7554.31
Hex70A5722001F237a1736
Octal16024516240037431722766
Binary1110000101001011110010100000011111100011111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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