#728D69

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

Shades of Xanadu #728D69

Tints of Xanadu #728D69

Color information

#728D69 (or 0x728D69) is unknown color: approx Xanadu. HEX triplet: 72, 8D and 69. RGB value is (114,141,105). Sum of RGB (Red+Green+Blue) = 114+141+105=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #728D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D69 is #8D7296. Grayscale: #808080. Windows color (decimal): -9269911 or 6917490. OLE color: 6917490.

HSL color Cylindrical-coordinate representation of color #728D69: hue angle of 105º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728D69 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB114141105-
CMYK0.1900.260.45
HSL105º14.63%48.24%-
HSV(B)105º25.53%55.29%-
XYZ19.0123.6516.93-
YUV128.82114.55117.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=31.67%
G=39.17%
B=29.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411050.1900.260.4510514.6348.24
Hex728D691301A2D69f30
Octal16221515123032551511760
Binary11100101000110111010011001101101010110111010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D69; }

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

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

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

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

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

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

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

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