#708863

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

Shades of Xanadu #708863

Tints of Xanadu #708863

Color information

#708863 (or 0x708863) is unknown color: approx Xanadu. HEX triplet: 70, 88 and 63. RGB value is (112,136,99). Sum of RGB (Red+Green+Blue) = 112+136+99=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #708863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708863 is #8F779C. Grayscale: #7C7C7C. Windows color (decimal): -9402269 or 6522992. OLE color: 6522992.

HSL color Cylindrical-coordinate representation of color #708863: hue angle of 98.92º degrees, saturation: 0.16, 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 #708863 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB11213699-
CMYK0.1800.270.47
HSL98.92º15.74%46.08%-
HSV(B)98.92º27.21%53.33%-
XYZ17.7421.9515.11-
YUV124.61113.55119.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=32.28%
G=39.19%
B=28.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136990.1800.270.4798.9215.7446.08
Hex7088631201B2F63102e
Octal16021014322033571432056
Binary111000010001000110001110010011011101111110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708863; }

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

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

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

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

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

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

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

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