#70826D

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

Shades of Xanadu #70826D

Tints of Xanadu #70826D

Color information

#70826D (or 0x70826D) is unknown color: approx Xanadu. HEX triplet: 70, 82 and 6D. RGB value is (112,130,109). Sum of RGB (Red+Green+Blue) = 112+130+109=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #70826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70826D is #8F7D92. Grayscale: #7A7A7A. Windows color (decimal): -9403795 or 7176816. OLE color: 7176816.

HSL color Cylindrical-coordinate representation of color #70826D: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70826D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB112130109-
CMYK0.1400.160.49
HSL111.43º8.79%46.86%-
HSV(B)111.43º16.15%50.98%-
XYZ17.4320.5117.51-
YUV122.22120.54120.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=31.91%
G=37.04%
B=31.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301090.1400.160.49111.438.7946.86
Hex70826DE010316f92f
Octal16020215516020611571157
Binary1110000100000101101101111001000011000111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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