#708068

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

Shades of Xanadu #708068

Tints of Xanadu #708068

Color information

#708068 (or 0x708068) is unknown color: approx Xanadu. HEX triplet: 70, 80 and 68. RGB value is (112,128,104). Sum of RGB (Red+Green+Blue) = 112+128+104=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #708068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708068 is #8F7F97. Grayscale: #787878. Windows color (decimal): -9404312 or 6848624. OLE color: 6848624.

HSL color Cylindrical-coordinate representation of color #708068: hue angle of 100º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708068 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB112128104-
CMYK0.1200.190.50
HSL100º10.34%45.49%-
HSV(B)100º18.75%50.2%-
XYZ16.919.8816.04-
YUV120.48118.7121.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=32.56%
G=37.21%
B=30.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121281040.1200.190.5010010.3445.49
Hex708068C0133264a2d
Octal16020015014023621441255
Binary1110000100000001101000110001001111001011001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708068; }

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

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

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

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

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

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

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

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