#70AA7B

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

Shades of Oxley #70AA7B

Tints of Oxley #70AA7B

Color information

#70AA7B (or 0x70AA7B) is unknown color: approx Oxley. HEX triplet: 70, AA and 7B. RGB value is (112,170,123). Sum of RGB (Red+Green+Blue) = 112+170+123=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA7B is #8F5584. Grayscale: #939393. Windows color (decimal): -9393541 or 8104560. OLE color: 8104560.

HSL color Cylindrical-coordinate representation of color #70AA7B: hue angle of 131.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA7B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB112170123-
CMYK0.3400.280.33
HSL131.38º25.44%55.29%-
HSV(B)131.38º34.12%66.67%-
XYZ24.6333.6223.93-
YUV147.3114.28102.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=27.65%
G=41.98%
B=30.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701230.3400.280.33131.3825.4455.29
Hex70AA7B2201C21831937
Octal16025217342034412033167
Binary11100001010101011110111000100111001000011000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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