#709568

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

Shades of Xanadu #709568

Tints of Xanadu #709568

Color information

#709568 (or 0x709568) is unknown color: approx Xanadu. HEX triplet: 70, 95 and 68. RGB value is (112,149,104). Sum of RGB (Red+Green+Blue) = 112+149+104=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #709568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709568 is #8F6A97. Grayscale: #848484. Windows color (decimal): -9398936 or 6854000. OLE color: 6854000.

HSL color Cylindrical-coordinate representation of color #709568: hue angle of 109.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709568 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB112149104-
CMYK0.2500.300.42
HSL109.33º17.79%49.61%-
HSV(B)109.33º30.2%58.43%-
XYZ19.9325.9417.05-
YUV132.81111.74113.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=30.68%
G=40.82%
B=28.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491040.2500.300.42109.3317.7949.61
Hex7095681901E2A6d1232
Octal16022515031036521552262
Binary111000010010101110100011001011110101010110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709568; }

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

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

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

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

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

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

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

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