#758E6F

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

Shades of Xanadu #758E6F

Tints of Xanadu #758E6F

Color information

#758E6F (or 0x758E6F) is unknown color: approx Xanadu. HEX triplet: 75, 8E and 6F. RGB value is (117,142,111). Sum of RGB (Red+Green+Blue) = 117+142+111=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #758E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E6F is #8A7190. Grayscale: #838383. Windows color (decimal): -9073041 or 7310965. OLE color: 7310965.

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

Color convert

RGB117142111-
CMYK0.1800.220.44
HSL108.39º12.25%49.61%-
HSV(B)108.39º21.83%55.69%-
XYZ19.8824.2818.68-
YUV130.99116.72118.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 111 (43.75% from 255) = 30%
R=31.62%
G=38.38%
B=30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421110.1800.220.44108.3912.2549.61
Hex758E6F120162C6cc32
Octal16521615722026541541462
Binary11101011000111011011111001001011010110011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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