#708468

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

Shades of Xanadu #708468

Tints of Xanadu #708468

Color information

#708468 (or 0x708468) is unknown color: approx Xanadu. HEX triplet: 70, 84 and 68. RGB value is (112,132,104). Sum of RGB (Red+Green+Blue) = 112+132+104=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #708468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708468 is #8F7B97. Grayscale: #7A7A7A. Windows color (decimal): -9403288 or 6849648. OLE color: 6849648.

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

Color convert

RGB112132104-
CMYK0.1500.210.48
HSL102.86º11.86%46.27%-
HSV(B)102.86º21.21%51.76%-
XYZ17.4320.9516.22-
YUV122.83117.37120.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=32.18%
G=37.93%
B=29.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321040.1500.210.48102.8611.8646.27
Hex708468F0153067c2e
Octal16020415017025601471456
Binary1110000100001001101000111101010111000011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708468; }

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

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

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

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

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

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

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

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