#758F67

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

Shades of Xanadu #758F67

Tints of Xanadu #758F67

Color information

#758F67 (or 0x758F67) is unknown color: approx Xanadu. HEX triplet: 75, 8F and 67. RGB value is (117,143,103). Sum of RGB (Red+Green+Blue) = 117+143+103=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #758F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F67 is #8A7098. Grayscale: #828282. Windows color (decimal): -9072793 or 6786933. OLE color: 6786933.

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

Color convert

RGB117143103-
CMYK0.1800.280.44
HSL99º16.26%48.24%-
HSV(B)99º27.97%56.08%-
XYZ19.6124.4116.51-
YUV130.67112.39118.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=32.23%
G=39.39%
B=28.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171431030.1800.280.449916.2648.24
Hex758F671201C2C631030
Octal16521714722034541432060
Binary111010110001111110011110010011100101100110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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