#758E6E

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

Shades of Xanadu #758E6E

Tints of Xanadu #758E6E

Color information

#758E6E (or 0x758E6E) is unknown color: approx Xanadu. HEX triplet: 75, 8E and 6E. RGB value is (117,142,110). Sum of RGB (Red+Green+Blue) = 117+142+110=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #758E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E6E is #8A7191. Grayscale: #828282. Windows color (decimal): -9073042 or 7245429. OLE color: 7245429.

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

Color convert

RGB117142110-
CMYK0.1800.230.44
HSL106.88º12.7%49.41%-
HSV(B)106.88º22.54%55.69%-
XYZ19.8224.2518.39-
YUV130.88116.22118.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=31.71%
G=38.48%
B=29.81%

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
Decimal1171421100.1800.230.44106.8812.749.41
Hex758E6E120172C6bd31
Octal16521615622027541531561
Binary11101011000111011011101001001011110110011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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