#70A47B

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

Shades of Oxley #70A47B

Tints of Oxley #70A47B

Color information

#70A47B (or 0x70A47B) is unknown color: approx Oxley. HEX triplet: 70, A4 and 7B. RGB value is (112,164,123). Sum of RGB (Red+Green+Blue) = 112+164+123=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #70A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A47B is #8F5B84. Grayscale: #8F8F8F. Windows color (decimal): -9395077 or 8103024. OLE color: 8103024.

HSL color Cylindrical-coordinate representation of color #70A47B: hue angle of 132.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A47B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB112164123-
CMYK0.3200.250.36
HSL132.69º22.22%54.12%-
HSV(B)132.69º31.71%64.31%-
XYZ23.5331.4323.56-
YUV143.78116.27105.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=28.07%
G=41.10%
B=30.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121641230.3200.250.36132.6922.2254.12
Hex70A47B2001924851636
Octal16024417340031442052666
Binary11100001010010011110111000000110011001001000010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,164,123); }

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

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

 a { background-color: rgb(112,164,123); }

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

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

 span { border-color: rgb(112,164,123); }

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