#759568

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

Shades of Xanadu #759568

Tints of Xanadu #759568

Color information

#759568 (or 0x759568) is unknown color: approx Xanadu. HEX triplet: 75, 95 and 68. RGB value is (117,149,104). Sum of RGB (Red+Green+Blue) = 117+149+104=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #759568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759568 is #8A6A97. Grayscale: #868686. Windows color (decimal): -9071256 or 6854005. OLE color: 6854005.

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

Color convert

RGB117149104-
CMYK0.2100.300.42
HSL102.67º17.79%49.61%-
HSV(B)102.67º30.2%58.43%-
XYZ20.5826.2817.08-
YUV134.3110.9115.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=31.62%
G=40.27%
B=28.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491040.2100.300.42102.6717.7949.61
Hex7595681501E2A671232
Octal16522515025036521472262
Binary111010110010101110100010101011110101010110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759568; }

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

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

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

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

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

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

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

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