#708763

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

Shades of Xanadu #708763

Tints of Xanadu #708763

Color information

#708763 (or 0x708763) is unknown color: approx Xanadu. HEX triplet: 70, 87 and 63. RGB value is (112,135,99). Sum of RGB (Red+Green+Blue) = 112+135+99=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #708763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708763 is #8F789C. Grayscale: #7C7C7C. Windows color (decimal): -9402525 or 6522736. OLE color: 6522736.

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

Color convert

RGB11213599-
CMYK0.1700.270.47
HSL98.33º15.38%45.88%-
HSV(B)98.33º26.67%52.94%-
XYZ17.621.6715.06-
YUV124.02113.88119.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=32.37%
G=39.02%
B=28.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135990.1700.270.4798.3315.3845.88
Hex7087631101B2F62f2e
Octal16020714321033571421756
Binary11100001000011111000111000101101110111111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708763; }

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

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

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

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

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

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

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

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