#728C63

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

Shades of Xanadu #728C63

Tints of Xanadu #728C63

Color information

#728C63 (or 0x728C63) is unknown color: approx Xanadu. HEX triplet: 72, 8C and 63. RGB value is (114,140,99). Sum of RGB (Red+Green+Blue) = 114+140+99=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #728C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C63 is #8D739C. Grayscale: #7F7F7F. Windows color (decimal): -9270173 or 6524018. OLE color: 6524018.

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

Color convert

RGB11414099-
CMYK0.1900.290.45
HSL98.05º17.15%46.86%-
HSV(B)98.05º29.29%54.9%-
XYZ18.5723.2315.31-
YUV127.55111.89118.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=32.29%
G=39.66%
B=28.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140990.1900.290.4598.0517.1546.86
Hex728C631301D2D62112f
Octal16221414323035551422157
Binary111001010001100110001110011011101101101110001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,99); }

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

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

 a { background-color: rgb(114,140,99); }

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

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

 span { border-color: rgb(114,140,99); }

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