#728269

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

Shades of Xanadu #728269

Tints of Xanadu #728269

Color information

#728269 (or 0x728269) is unknown color: approx Xanadu. HEX triplet: 72, 82 and 69. RGB value is (114,130,105). Sum of RGB (Red+Green+Blue) = 114+130+105=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #728269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728269 is #8D7D96. Grayscale: #7A7A7A. Windows color (decimal): -9272727 or 6914674. OLE color: 6914674.

HSL color Cylindrical-coordinate representation of color #728269: hue angle of 98.4º degrees, saturation: 0.11, 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 #728269 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB114130105-
CMYK0.1200.190.49
HSL98.4º10.64%46.08%-
HSV(B)98.4º19.23%50.98%-
XYZ17.4720.5616.41-
YUV122.37118.2122.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=32.66%
G=37.25%
B=30.09%

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
Decimal1141301050.1200.190.4998.410.6446.08
Hex728269C0133162b2e
Octal16220215114023611421356
Binary1110010100000101101001110001001111000111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728269; }

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

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

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

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

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

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

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

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