#709565

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

Shades of Xanadu #709565

Tints of Xanadu #709565

Color information

#709565 (or 0x709565) is unknown color: approx Xanadu. HEX triplet: 70, 95 and 65. RGB value is (112,149,101). Sum of RGB (Red+Green+Blue) = 112+149+101=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #709565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709565 is #8F6A9A. Grayscale: #848484. Windows color (decimal): -9398939 or 6657392. OLE color: 6657392.

HSL color Cylindrical-coordinate representation of color #709565: hue angle of 106.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709565 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB112149101-
CMYK0.2500.320.42
HSL106.25º19.2%49.02%-
HSV(B)106.25º32.21%58.43%-
XYZ19.7825.8816.26-
YUV132.46110.24113.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=30.94%
G=41.16%
B=27.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491010.2500.320.42106.2519.249.02
Hex709565190202A6a1331
Octal16022514531040521522361
Binary1110000100101011100101110010100000101010110101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709565; }

 p { color: rgb(112,149,101); }

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

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

 a { background-color: rgb(112,149,101); }

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

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

 span { border-color: rgb(112,149,101); }

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