#70AB7A

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

Shades of Oxley #70AB7A

Tints of Oxley #70AB7A

Color information

#70AB7A (or 0x70AB7A) is unknown color: approx Oxley. HEX triplet: 70, AB and 7A. RGB value is (112,171,122). Sum of RGB (Red+Green+Blue) = 112+171+122=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB7A is #8F5485. Grayscale: #939393. Windows color (decimal): -9393286 or 8039280. OLE color: 8039280.

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

Color convert

RGB112171122-
CMYK0.3500.290.33
HSL130.17º25.99%55.49%-
HSV(B)130.17º34.5%67.06%-
XYZ24.7633.9823.67-
YUV147.77113.45102.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=27.65%
G=42.22%
B=30.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711220.3500.290.33130.1725.9955.49
Hex70AB7A2301D21821a37
Octal16025317243035412023267
Binary11100001010101111110101000110111011000011000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,122); }

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

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

 a { background-color: rgb(112,171,122); }

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

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

 span { border-color: rgb(112,171,122); }

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