#758E70

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

Shades of Xanadu #758E70

Tints of Xanadu #758E70

Color information

#758E70 (or 0x758E70) is unknown color: approx Xanadu. HEX triplet: 75, 8E and 70. RGB value is (117,142,112). Sum of RGB (Red+Green+Blue) = 117+142+112=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #758E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E70 is #8A718F. Grayscale: #838383. Windows color (decimal): -9073040 or 7376501. OLE color: 7376501.

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

Color convert

RGB117142112-
CMYK0.1800.210.44
HSL110º11.81%49.8%-
HSV(B)110º21.13%55.69%-
XYZ19.9324.318.97-
YUV131.1117.22117.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=31.54%
G=38.27%
B=30.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421120.1800.210.4411011.8149.8
Hex758E70120152C6ec32
Octal16521616022025541561462
Binary11101011000111011100001001001010110110011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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