#758B69

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

Shades of Xanadu #758B69

Tints of Xanadu #758B69

Color information

#758B69 (or 0x758B69) is unknown color: approx Xanadu. HEX triplet: 75, 8B and 69. RGB value is (117,139,105). Sum of RGB (Red+Green+Blue) = 117+139+105=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #758B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B69 is #8A7496. Grayscale: #808080. Windows color (decimal): -9073815 or 6916981. OLE color: 6916981.

HSL color Cylindrical-coordinate representation of color #758B69: hue angle of 98.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758B69 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB117139105-
CMYK0.1600.240.45
HSL98.82º13.93%47.84%-
HSV(B)98.82º24.46%54.51%-
XYZ19.1223.2716.85-
YUV128.55114.71119.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=32.41%
G=38.50%
B=29.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391050.1600.240.4598.8213.9347.84
Hex758B69100182D63e30
Octal16521315120030551431660
Binary11101011000101111010011000001100010110111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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