#728D6C

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

Shades of Xanadu #728D6C

Tints of Xanadu #728D6C

Color information

#728D6C (or 0x728D6C) is unknown color: approx Xanadu. HEX triplet: 72, 8D and 6C. RGB value is (114,141,108). Sum of RGB (Red+Green+Blue) = 114+141+108=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #728D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D6C is #8D7293. Grayscale: #818181. Windows color (decimal): -9269908 or 7114098. OLE color: 7114098.

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

Color convert

RGB114141108-
CMYK0.1900.230.45
HSL109.09º13.25%48.82%-
HSV(B)109.09º23.4%55.29%-
XYZ19.1723.7117.75-
YUV129.16116.05117.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=31.40%
G=38.84%
B=29.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411080.1900.230.45109.0913.2548.82
Hex728D6C130172D6dd31
Octal16221515423027551551561
Binary11100101000110111011001001101011110110111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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