#70A773

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

Shades of Oxley #70A773

Tints of Oxley #70A773

Color information

#70A773 (or 0x70A773) is unknown color: approx Oxley. HEX triplet: 70, A7 and 73. RGB value is (112,167,115). Sum of RGB (Red+Green+Blue) = 112+167+115=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #70A773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A773 is #8F588C. Grayscale: #909090. Windows color (decimal): -9394317 or 7579504. OLE color: 7579504.

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

Color convert

RGB112167115-
CMYK0.3300.310.35
HSL123.27º23.81%54.71%-
HSV(B)123.27º32.93%65.49%-
XYZ23.632.3221.21-
YUV144.63111.28104.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=28.43%
G=42.39%
B=29.19%

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
Decimal1121671150.3300.310.35123.2723.8154.71
Hex70A7732101F237b1837
Octal16024716341037431733067
Binary1110000101001111110011100001011111100011111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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