#758969

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

Shades of Xanadu #758969

Tints of Xanadu #758969

Color information

#758969 (or 0x758969) is unknown color: approx Xanadu. HEX triplet: 75, 89 and 69. RGB value is (117,137,105). Sum of RGB (Red+Green+Blue) = 117+137+105=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #758969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758969 is #8A7696. Grayscale: #7F7F7F. Windows color (decimal): -9074327 or 6916469. OLE color: 6916469.

HSL color Cylindrical-coordinate representation of color #758969: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758969 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB117137105-
CMYK0.1500.230.46
HSL97.5º13.22%47.45%-
HSV(B)97.5º23.36%53.73%-
XYZ18.8322.6916.75-
YUV127.37115.37120.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=32.59%
G=38.16%
B=29.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371050.1500.230.4697.513.2247.45
Hex758969F0172E62d2f
Octal16521115117027561421557
Binary1110101100010011101001111101011110111011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758969; }

 p { color: rgb(117,137,105); }

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

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

 a { background-color: rgb(117,137,105); }

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

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

 span { border-color: rgb(117,137,105); }

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