#70846D

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

Shades of Xanadu #70846D

Tints of Xanadu #70846D

Color information

#70846D (or 0x70846D) is unknown color: approx Xanadu. HEX triplet: 70, 84 and 6D. RGB value is (112,132,109). Sum of RGB (Red+Green+Blue) = 112+132+109=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #70846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70846D is #8F7B92. Grayscale: #7B7B7B. Windows color (decimal): -9403283 or 7177328. OLE color: 7177328.

HSL color Cylindrical-coordinate representation of color #70846D: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70846D is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB112132109-
CMYK0.1500.170.48
HSL112.17º9.54%47.25%-
HSV(B)112.17º17.42%51.76%-
XYZ17.6921.0517.6-
YUV123.4119.87119.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=31.73%
G=37.39%
B=30.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321090.1500.170.48112.179.5447.25
Hex70846DF0113070a2f
Octal16020415517021601601257
Binary1110000100001001101101111101000111000011100001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70846D; }

 p { color: rgb(112,132,109); }

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

<style>
 a { background-color: #70846D; }

 a { background-color: rgb(112,132,109); }

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

<style>
 span { border-color: #70846D; }

 span { border-color: rgb(112,132,109); }

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