#708268

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

Shades of Xanadu #708268

Tints of Xanadu #708268

Color information

#708268 (or 0x708268) is unknown color: approx Xanadu. HEX triplet: 70, 82 and 68. RGB value is (112,130,104). Sum of RGB (Red+Green+Blue) = 112+130+104=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #708268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708268 is #8F7D97. Grayscale: #797979. Windows color (decimal): -9403800 or 6849136. OLE color: 6849136.

HSL color Cylindrical-coordinate representation of color #708268: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708268 is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB112130104-
CMYK0.1400.20.49
HSL101.54º11.11%45.88%-
HSV(B)101.54º20%50.98%-
XYZ17.1620.4116.13-
YUV121.65118.04121.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=32.37%
G=37.57%
B=30.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301040.1400.20.49101.5411.1145.88
Hex708268E0143166b2e
Octal16020215016024611461356
Binary1110000100000101101000111001010011000111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708268; }

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

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

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

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

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

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

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

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