#70A673

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

Shades of Oxley #70A673

Tints of Oxley #70A673

Color information

#70A673 (or 0x70A673) is unknown color: approx Oxley. HEX triplet: 70, A6 and 73. RGB value is (112,166,115). Sum of RGB (Red+Green+Blue) = 112+166+115=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #70A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A673 is #8F598C. Grayscale: #909090. Windows color (decimal): -9394573 or 7579248. OLE color: 7579248.

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

Color convert

RGB112166115-
CMYK0.3300.310.35
HSL123.33º23.28%54.51%-
HSV(B)123.33º32.53%65.1%-
XYZ23.4131.9521.15-
YUV144.04111.61105.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 115 (45.31% from 255) = 29.26%
R=28.50%
G=42.24%
B=29.26%

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
Decimal1121661150.3300.310.35123.3323.2854.51
Hex70A6732101F237b1737
Octal16024616341037431732767
Binary1110000101001101110011100001011111100011111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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