#70A672

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

Shades of Oxley #70A672

Tints of Oxley #70A672

Color information

#70A672 (or 0x70A672) is unknown color: approx Oxley. HEX triplet: 70, A6 and 72. RGB value is (112,166,114). Sum of RGB (Red+Green+Blue) = 112+166+114=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #70A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A672 is #8F598D. Grayscale: #909090. Windows color (decimal): -9394574 or 7513712. OLE color: 7513712.

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

Color convert

RGB112166114-
CMYK0.3300.310.35
HSL122.22º23.28%54.51%-
HSV(B)122.22º32.53%65.1%-
XYZ23.3631.9320.85-
YUV143.93111.11105.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=28.57%
G=42.35%
B=29.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661140.3300.310.35122.2223.2854.51
Hex70A6722101F237a1737
Octal16024616241037431722767
Binary1110000101001101110010100001011111100011111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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