#708568

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

Shades of Xanadu #708568

Tints of Xanadu #708568

Color information

#708568 (or 0x708568) is unknown color: approx Xanadu. HEX triplet: 70, 85 and 68. RGB value is (112,133,104). Sum of RGB (Red+Green+Blue) = 112+133+104=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #708568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708568 is #8F7A97. Grayscale: #7B7B7B. Windows color (decimal): -9403032 or 6849904. OLE color: 6849904.

HSL color Cylindrical-coordinate representation of color #708568: hue angle of 103.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708568 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB112133104-
CMYK0.1600.220.48
HSL103.45º12.24%46.47%-
HSV(B)103.45º21.8%52.16%-
XYZ17.5721.2216.27-
YUV123.42117.04119.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=32.09%
G=38.11%
B=29.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331040.1600.220.48103.4512.2446.47
Hex708568100163067c2e
Octal16020515020026601471456
Binary11100001000010111010001000001011011000011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708568; }

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

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

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

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

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

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

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

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