#729664

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

Shades of Xanadu #729664

Tints of Xanadu #729664

Color information

#729664 (or 0x729664) is unknown color: approx Xanadu. HEX triplet: 72, 96 and 64. RGB value is (114,150,100). Sum of RGB (Red+Green+Blue) = 114+150+100=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #729664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729664 is #8D699B. Grayscale: #858585. Windows color (decimal): -9267612 or 6592114. OLE color: 6592114.

HSL color Cylindrical-coordinate representation of color #729664: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729664 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB114150100-
CMYK0.2400.330.41
HSL103.2º20%49.02%-
HSV(B)103.2º33.33%58.82%-
XYZ20.1526.3116.07-
YUV133.54109.07114.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=31.32%
G=41.21%
B=27.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501000.2400.330.41103.22049.02
Hex7296641802129671431
Octal16222614430041511472461
Binary1110010100101101100100110000100001101001110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729664; }

 p { color: rgb(114,150,100); }

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

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

 a { background-color: rgb(114,150,100); }

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

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

 span { border-color: rgb(114,150,100); }

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