#70896C

Color #70896C Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #70896C

Tints of Xanadu #70896C

Color information

#70896C (or 0x70896C) is unknown color: approx Xanadu. HEX triplet: 70, 89 and 6C. RGB value is (112,137,108). Sum of RGB (Red+Green+Blue) = 112+137+108=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #70896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70896C is #8F7693. Grayscale: #7E7E7E. Windows color (decimal): -9402004 or 7113072. OLE color: 7113072.

HSL color Cylindrical-coordinate representation of color #70896C: hue angle of 111.72º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70896C is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB112137108-
CMYK0.1800.210.46
HSL111.72º11.84%48.04%-
HSV(B)111.72º21.17%53.73%-
XYZ18.3322.4217.55-
YUV126.22117.72117.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=31.37%
G=38.38%
B=30.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371080.1800.210.46111.7211.8448.04
Hex70896C120152E70c30
Octal16021115422025561601460
Binary11100001000100111011001001001010110111011100001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70896C; }

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

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

<style>
 a { background-color: #70896C; }

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

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

<style>
 span { border-color: #70896C; }

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

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