#70897A

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

Shades of Oxley #70897A

Tints of Oxley #70897A

Color information

#70897A (or 0x70897A) is unknown color: approx Oxley. HEX triplet: 70, 89 and 7A. RGB value is (112,137,122). Sum of RGB (Red+Green+Blue) = 112+137+122=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #70897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70897A is #8F7685. Grayscale: #7F7F7F. Windows color (decimal): -9401990 or 8030576. OLE color: 8030576.

HSL color Cylindrical-coordinate representation of color #70897A: hue angle of 144º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70897A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB112137122-
CMYK0.1800.110.46
HSL144º10.04%48.82%-
HSV(B)144º18.25%53.73%-
XYZ19.1422.7421.79-
YUV127.82124.72116.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=30.19%
G=36.93%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371220.1800.110.4614410.0448.82
Hex70897A120B2E90a31
Octal16021117222013562201261
Binary11100001000100111110101001001011101110100100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70897A; }

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

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

<style>
 a { background-color: #70897A; }

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

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

<style>
 span { border-color: #70897A; }

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

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