#729069

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

Shades of Xanadu #729069

Tints of Xanadu #729069

Color information

#729069 (or 0x729069) is unknown color: approx Xanadu. HEX triplet: 72, 90 and 69. RGB value is (114,144,105). Sum of RGB (Red+Green+Blue) = 114+144+105=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #729069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729069 is #8D6F96. Grayscale: #828282. Windows color (decimal): -9269143 or 6918258. OLE color: 6918258.

HSL color Cylindrical-coordinate representation of color #729069: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729069 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB114144105-
CMYK0.2100.270.44
HSL106.15º15.66%48.82%-
HSV(B)106.15º27.08%56.47%-
XYZ19.4624.5417.08-
YUV130.58113.56116.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=31.40%
G=39.67%
B=28.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441050.2100.270.44106.1515.6648.82
Hex7290691501B2C6a1031
Octal16222015125033541522061
Binary111001010010000110100110101011011101100110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729069; }

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

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

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

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

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

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

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

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