#728D68

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

Shades of Xanadu #728D68

Tints of Xanadu #728D68

Color information

#728D68 (or 0x728D68) is unknown color: approx Xanadu. HEX triplet: 72, 8D and 68. RGB value is (114,141,104). Sum of RGB (Red+Green+Blue) = 114+141+104=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #728D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D68 is #8D7297. Grayscale: #808080. Windows color (decimal): -9269912 or 6851954. OLE color: 6851954.

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

Color convert

RGB114141104-
CMYK0.1900.260.45
HSL103.78º15.1%48.04%-
HSV(B)103.78º26.24%55.29%-
XYZ18.9623.6316.66-
YUV128.71114.05117.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=31.75%
G=39.28%
B=28.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411040.1900.260.45103.7815.148.04
Hex728D681301A2D68f30
Octal16221515023032551501760
Binary11100101000110111010001001101101010110111010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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