#758F69

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

Shades of Xanadu #758F69

Tints of Xanadu #758F69

Color information

#758F69 (or 0x758F69) is unknown color: approx Xanadu. HEX triplet: 75, 8F and 69. RGB value is (117,143,105). Sum of RGB (Red+Green+Blue) = 117+143+105=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #758F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F69 is #8A7096. Grayscale: #838383. Windows color (decimal): -9072791 or 6918005. OLE color: 6918005.

HSL color Cylindrical-coordinate representation of color #758F69: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #758F69 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB117143105-
CMYK0.1800.270.44
HSL101.05º15.32%48.63%-
HSV(B)101.05º26.57%56.08%-
XYZ19.7124.4517.04-
YUV130.89113.39118.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=32.05%
G=39.18%
B=28.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431050.1800.270.44101.0515.3248.63
Hex758F691201B2C65f31
Octal16521715122033541451761
Binary11101011000111111010011001001101110110011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F69; }

 p { color: rgb(117,143,105); }

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

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

 a { background-color: rgb(117,143,105); }

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

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

 span { border-color: rgb(117,143,105); }

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