#729569

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

Shades of Xanadu #729569

Tints of Xanadu #729569

Color information

#729569 (or 0x729569) is unknown color: approx Xanadu. HEX triplet: 72, 95 and 69. RGB value is (114,149,105). Sum of RGB (Red+Green+Blue) = 114+149+105=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #729569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729569 is #8D6A96. Grayscale: #858585. Windows color (decimal): -9267863 or 6919538. OLE color: 6919538.

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

Color convert

RGB114149105-
CMYK0.2300.300.42
HSL107.73º17.32%49.8%-
HSV(B)107.73º29.53%58.43%-
XYZ20.2426.0917.33-
YUV133.52111.9114.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=30.98%
G=40.49%
B=28.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491050.2300.300.42107.7317.3249.8
Hex7295691701E2A6c1132
Octal16222515127036521542162
Binary111001010010101110100110111011110101010110110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729569; }

 p { color: rgb(114,149,105); }

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

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

 a { background-color: rgb(114,149,105); }

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

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

 span { border-color: rgb(114,149,105); }

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