#708564

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

Shades of Xanadu #708564

Tints of Xanadu #708564

Color information

#708564 (or 0x708564) is unknown color: approx Xanadu. HEX triplet: 70, 85 and 64. RGB value is (112,133,100). Sum of RGB (Red+Green+Blue) = 112+133+100=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #708564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708564 is #8F7A9B. Grayscale: #7B7B7B. Windows color (decimal): -9403036 or 6587760. OLE color: 6587760.

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

Color convert

RGB112133100-
CMYK0.1600.250.48
HSL98.18º14.16%45.69%-
HSV(B)98.18º24.81%52.16%-
XYZ17.3721.1415.22-
YUV122.96115.04120.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=32.46%
G=38.55%
B=28.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331000.1600.250.4898.1814.1645.69
Hex708564100193062e2e
Octal16020514420031601421656
Binary11100001000010111001001000001100111000011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708564; }

 p { color: rgb(112,133,100); }

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

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

 a { background-color: rgb(112,133,100); }

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

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

 span { border-color: rgb(112,133,100); }

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