#758D71

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

Shades of Xanadu #758D71

Tints of Xanadu #758D71

Color information

#758D71 (or 0x758D71) is unknown color: approx Xanadu. HEX triplet: 75, 8D and 71. RGB value is (117,141,113). Sum of RGB (Red+Green+Blue) = 117+141+113=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #758D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D71 is #8A728E. Grayscale: #828282. Windows color (decimal): -9073295 or 7441781. OLE color: 7441781.

HSL color Cylindrical-coordinate representation of color #758D71: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758D71 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB117141113-
CMYK0.1700.200.45
HSL111.43º11.02%49.8%-
HSV(B)111.43º19.86%55.29%-
XYZ19.8424.0219.21-
YUV130.63118.05118.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=31.54%
G=38.01%
B=30.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171411130.1700.200.45111.4311.0249.8
Hex758D71110142D6fb32
Octal16521516121024551571362
Binary11101011000110111100011000101010010110111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,113); }

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

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

 a { background-color: rgb(117,141,113); }

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

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

 span { border-color: rgb(117,141,113); }

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