#708663

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

Shades of Xanadu #708663

Tints of Xanadu #708663

Color information

#708663 (or 0x708663) is unknown color: approx Xanadu. HEX triplet: 70, 86 and 63. RGB value is (112,134,99). Sum of RGB (Red+Green+Blue) = 112+134+99=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #708663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708663 is #8F799C. Grayscale: #7B7B7B. Windows color (decimal): -9402781 or 6522480. OLE color: 6522480.

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

Color convert

RGB11213499-
CMYK0.1600.260.47
HSL97.71º15.02%45.69%-
HSV(B)97.71º26.12%52.55%-
XYZ17.4621.415.01-
YUV123.43114.21119.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=32.46%
G=38.84%
B=28.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134990.1600.260.4797.7115.0245.69
Hex7086631001A2F62f2e
Octal16020614320032571421756
Binary11100001000011011000111000001101010111111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708663; }

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

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

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

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

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

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

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

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