#759468

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

Shades of Xanadu #759468

Tints of Xanadu #759468

Color information

#759468 (or 0x759468) is unknown color: approx Xanadu. HEX triplet: 75, 94 and 68. RGB value is (117,148,104). Sum of RGB (Red+Green+Blue) = 117+148+104=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #759468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759468 is #8A6B97. Grayscale: #858585. Windows color (decimal): -9071512 or 6853749. OLE color: 6853749.

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

Color convert

RGB117148104-
CMYK0.2100.300.42
HSL102.27º17.46%49.41%-
HSV(B)102.27º29.73%58.04%-
XYZ20.4225.9617.03-
YUV133.71111.23116.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=31.71%
G=40.11%
B=28.18%

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
Decimal1171481040.2100.300.42102.2717.4649.41
Hex7594681501E2A661131
Octal16522415025036521462161
Binary111010110010100110100010101011110101010110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759468; }

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

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

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

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

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

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

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

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