#759467

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

Shades of Xanadu #759467

Tints of Xanadu #759467

Color information

#759467 (or 0x759467) is unknown color: approx Xanadu. HEX triplet: 75, 94 and 67. RGB value is (117,148,103). Sum of RGB (Red+Green+Blue) = 117+148+103=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #759467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759467 is #8A6B98. Grayscale: #858585. Windows color (decimal): -9071513 or 6788213. OLE color: 6788213.

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

Color convert

RGB117148103-
CMYK0.2100.300.42
HSL101.33º17.93%49.22%-
HSV(B)101.33º30.41%58.04%-
XYZ20.3725.9416.77-
YUV133.6110.73116.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=31.79%
G=40.22%
B=27.99%

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
Decimal1171481030.2100.300.42101.3317.9349.22
Hex7594671501E2A651231
Octal16522414725036521452261
Binary111010110010100110011110101011110101010110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759467; }

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

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

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

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

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

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

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

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