#758F70

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

Shades of Xanadu #758F70

Tints of Xanadu #758F70

Color information

#758F70 (or 0x758F70) is unknown color: approx Xanadu. HEX triplet: 75, 8F and 70. RGB value is (117,143,112). Sum of RGB (Red+Green+Blue) = 117+143+112=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #758F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F70 is #8A708F. Grayscale: #838383. Windows color (decimal): -9072784 or 7376757. OLE color: 7376757.

HSL color Cylindrical-coordinate representation of color #758F70: hue angle of 110.32º 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 #758F70 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB117143112-
CMYK0.1800.220.44
HSL110.32º12.16%50%-
HSV(B)110.32º21.68%56.08%-
XYZ20.0824.619.02-
YUV131.69116.89117.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=31.45%
G=38.44%
B=30.11%

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
Decimal1171431120.1800.220.44110.3212.1650
Hex758F70120162C6ec32
Octal16521716022026541561462
Binary11101011000111111100001001001011010110011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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