#728568

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

Shades of Xanadu #728568

Tints of Xanadu #728568

Color information

#728568 (or 0x728568) is unknown color: approx Xanadu. HEX triplet: 72, 85 and 68. RGB value is (114,133,104). Sum of RGB (Red+Green+Blue) = 114+133+104=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #728568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728568 is #8D7A97. Grayscale: #7C7C7C. Windows color (decimal): -9271960 or 6849906. OLE color: 6849906.

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

Color convert

RGB114133104-
CMYK0.1400.220.48
HSL99.31º12.24%46.47%-
HSV(B)99.31º21.8%52.16%-
XYZ17.8321.3516.28-
YUV124.01116.71120.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=32.48%
G=37.89%
B=29.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331040.1400.220.4899.3112.2446.47
Hex728568E0163063c2e
Octal16220515016026601431456
Binary1110010100001011101000111001011011000011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728568; }

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

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

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

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

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

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

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

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