#758D70

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

Shades of Xanadu #758D70

Tints of Xanadu #758D70

Color information

#758D70 (or 0x758D70) is unknown color: approx Xanadu. HEX triplet: 75, 8D and 70. RGB value is (117,141,112). Sum of RGB (Red+Green+Blue) = 117+141+112=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #758D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D70 is #8A728F. Grayscale: #828282. Windows color (decimal): -9073296 or 7376245. OLE color: 7376245.

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

Color convert

RGB117141112-
CMYK0.1700.210.45
HSL109.66º11.46%49.61%-
HSV(B)109.66º20.57%55.29%-
XYZ19.792418.92-
YUV130.52117.55118.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=31.62%
G=38.11%
B=30.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171411120.1700.210.45109.6611.4649.61
Hex758D70110152D6eb32
Octal16521516021025551561362
Binary11101011000110111100001000101010110110111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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