#708668

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

Shades of Xanadu #708668

Tints of Xanadu #708668

Color information

#708668 (or 0x708668) is unknown color: approx Xanadu. HEX triplet: 70, 86 and 68. RGB value is (112,134,104). Sum of RGB (Red+Green+Blue) = 112+134+104=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #708668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708668 is #8F7997. Grayscale: #7C7C7C. Windows color (decimal): -9402776 or 6850160. OLE color: 6850160.

HSL color Cylindrical-coordinate representation of color #708668: hue angle of 104º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708668 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB112134104-
CMYK0.1600.220.47
HSL104º12.61%46.67%-
HSV(B)104º22.39%52.55%-
XYZ17.7121.4916.31-
YUV124116.71119.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=32%
G=38.29%
B=29.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341040.1600.220.4710412.6146.67
Hex708668100162F68d2f
Octal16020615020026571501557
Binary11100001000011011010001000001011010111111010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708668; }

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

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

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

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

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

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

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

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