#728F6C

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

Shades of Xanadu #728F6C

Tints of Xanadu #728F6C

Color information

#728F6C (or 0x728F6C) is unknown color: approx Xanadu. HEX triplet: 72, 8F and 6C. RGB value is (114,143,108). Sum of RGB (Red+Green+Blue) = 114+143+108=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #728F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F6C is #8D7093. Grayscale: #828282. Windows color (decimal): -9269396 or 7114610. OLE color: 7114610.

HSL color Cylindrical-coordinate representation of color #728F6C: hue angle of 109.71º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728F6C is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB114143108-
CMYK0.2000.240.44
HSL109.71º13.94%49.22%-
HSV(B)109.71º24.48%56.08%-
XYZ19.4724.3117.85-
YUV130.34115.39116.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=31.23%
G=39.18%
B=29.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141431080.2000.240.44109.7113.9449.22
Hex728F6C140182C6ee31
Octal16221715424030541561661
Binary11100101000111111011001010001100010110011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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