#728169

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

Shades of Xanadu #728169

Tints of Xanadu #728169

Color information

#728169 (or 0x728169) is unknown color: approx Xanadu. HEX triplet: 72, 81 and 69. RGB value is (114,129,105). Sum of RGB (Red+Green+Blue) = 114+129+105=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #728169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728169 is #8D7E96. Grayscale: #797979. Windows color (decimal): -9272983 or 6914418. OLE color: 6914418.

HSL color Cylindrical-coordinate representation of color #728169: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728169 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB114129105-
CMYK0.1200.190.49
HSL97.5º10.26%45.88%-
HSV(B)97.5º18.6%50.59%-
XYZ17.3420.316.37-
YUV121.78118.53122.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=32.76%
G=37.07%
B=30.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141291050.1200.190.4997.510.2645.88
Hex728169C0133162a2e
Octal16220115114023611421256
Binary1110010100000011101001110001001111000111000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728169; }

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

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

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

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

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

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

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

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