#708566

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

Shades of Xanadu #708566

Tints of Xanadu #708566

Color information

#708566 (or 0x708566) is unknown color: approx Xanadu. HEX triplet: 70, 85 and 66. RGB value is (112,133,102). Sum of RGB (Red+Green+Blue) = 112+133+102=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #708566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708566 is #8F7A99. Grayscale: #7B7B7B. Windows color (decimal): -9403034 or 6718832. OLE color: 6718832.

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

Color convert

RGB112133102-
CMYK0.1600.230.48
HSL100.65º13.19%46.08%-
HSV(B)100.65º23.31%52.16%-
XYZ17.4721.1815.74-
YUV123.19116.04120.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=32.28%
G=38.33%
B=29.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331020.1600.230.48100.6513.1946.08
Hex708566100173065d2e
Octal16020514620027601451556
Binary11100001000010111001101000001011111000011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708566; }

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

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

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

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

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

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

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

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