#728468

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

Shades of Xanadu #728468

Tints of Xanadu #728468

Color information

#728468 (or 0x728468) is unknown color: approx Xanadu. HEX triplet: 72, 84 and 68. RGB value is (114,132,104). Sum of RGB (Red+Green+Blue) = 114+132+104=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #728468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728468 is #8D7B97. Grayscale: #7B7B7B. Windows color (decimal): -9272216 or 6849650. OLE color: 6849650.

HSL color Cylindrical-coordinate representation of color #728468: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728468 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB114132104-
CMYK0.1400.210.48
HSL98.57º11.86%46.27%-
HSV(B)98.57º21.21%51.76%-
XYZ17.6921.0816.23-
YUV123.43117.04121.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=32.57%
G=37.71%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321040.1400.210.4898.5711.8646.27
Hex728468E0153063c2e
Octal16220415016025601431456
Binary1110010100001001101000111001010111000011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728468; }

 p { color: rgb(114,132,104); }

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

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

 a { background-color: rgb(114,132,104); }

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

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

 span { border-color: rgb(114,132,104); }

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