#759367

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

Shades of Xanadu #759367

Tints of Xanadu #759367

Color information

#759367 (or 0x759367) is unknown color: approx Xanadu. HEX triplet: 75, 93 and 67. RGB value is (117,147,103). Sum of RGB (Red+Green+Blue) = 117+147+103=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #759367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759367 is #8A6C98. Grayscale: #858585. Windows color (decimal): -9071769 or 6787957. OLE color: 6787957.

HSL color Cylindrical-coordinate representation of color #759367: hue angle of 100.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759367 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB117147103-
CMYK0.2000.300.42
HSL100.91º17.6%49.02%-
HSV(B)100.91º29.93%57.65%-
XYZ20.2225.6316.71-
YUV133.01111.06116.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=31.88%
G=40.05%
B=28.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471030.2000.300.42100.9117.649.02
Hex7593671401E2A651231
Octal16522314724036521452261
Binary111010110010011110011110100011110101010110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759367; }

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

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

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

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

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

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

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

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