#709566

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

Shades of Xanadu #709566

Tints of Xanadu #709566

Color information

#709566 (or 0x709566) is unknown color: approx Xanadu. HEX triplet: 70, 95 and 66. RGB value is (112,149,102). Sum of RGB (Red+Green+Blue) = 112+149+102=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #709566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709566 is #8F6A99. Grayscale: #848484. Windows color (decimal): -9398938 or 6722928. OLE color: 6722928.

HSL color Cylindrical-coordinate representation of color #709566: hue angle of 107.23º 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 #709566 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB112149102-
CMYK0.2500.320.42
HSL107.23º18.73%49.22%-
HSV(B)107.23º31.54%58.43%-
XYZ19.8325.916.52-
YUV132.58110.74113.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=30.85%
G=41.05%
B=28.10%

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
Decimal1121491020.2500.320.42107.2318.7349.22
Hex709566190202A6b1331
Octal16022514631040521532361
Binary1110000100101011100110110010100000101010110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709566; }

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

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

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

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

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

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

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

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