#758F6E

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

Shades of Xanadu #758F6E

Tints of Xanadu #758F6E

Color information

#758F6E (or 0x758F6E) is unknown color: approx Xanadu. HEX triplet: 75, 8F and 6E. RGB value is (117,143,110). Sum of RGB (Red+Green+Blue) = 117+143+110=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 143 - color contains mainly: green. Hex color #758F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F6E is #8A7091. Grayscale: #838383. Windows color (decimal): -9072786 or 7245685. OLE color: 7245685.

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

Color convert

RGB117143110-
CMYK0.1800.230.44
HSL107.27º13.04%49.61%-
HSV(B)107.27º23.08%56.08%-
XYZ19.9724.5518.44-
YUV131.46115.89117.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=31.62%
G=38.65%
B=29.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431100.1800.230.44107.2713.0449.61
Hex758F6E120172C6bd32
Octal16521715622027541531562
Binary11101011000111111011101001001011110110011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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