#70A07E

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

Shades of Oxley #70A07E

Tints of Oxley #70A07E

Color information

#70A07E (or 0x70A07E) is unknown color: approx Oxley. HEX triplet: 70, A0 and 7E. RGB value is (112,160,126). Sum of RGB (Red+Green+Blue) = 112+160+126=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #70A07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A07E is #8F5F81. Grayscale: #8D8D8D. Windows color (decimal): -9396098 or 8298608. OLE color: 8298608.

HSL color Cylindrical-coordinate representation of color #70A07E: hue angle of 137.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A07E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB112160126-
CMYK0.3000.210.37
HSL137.5º20.17%53.33%-
HSV(B)137.5º30%62.75%-
XYZ23.0230.0924.33-
YUV141.77119.1106.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=28.14%
G=40.20%
B=31.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601260.3000.210.37137.520.1753.33
Hex70A07E1E015258a1435
Octal16024017636025452122465
Binary1110000101000001111110111100101011001011000101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,160,126); }

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

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

 a { background-color: rgb(112,160,126); }

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

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

 span { border-color: rgb(112,160,126); }

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