#728D67

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

Shades of Xanadu #728D67

Tints of Xanadu #728D67

Color information

#728D67 (or 0x728D67) is unknown color: approx Xanadu. HEX triplet: 72, 8D and 67. RGB value is (114,141,103). Sum of RGB (Red+Green+Blue) = 114+141+103=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #728D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D67 is #8D7298. Grayscale: #808080. Windows color (decimal): -9269913 or 6786418. OLE color: 6786418.

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

Color convert

RGB114141103-
CMYK0.1900.270.45
HSL102.63º15.57%47.84%-
HSV(B)102.63º26.95%55.29%-
XYZ18.9123.6116.39-
YUV128.6113.55117.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=31.84%
G=39.39%
B=28.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411030.1900.270.45102.6315.5747.84
Hex728D671301B2D671030
Octal16221514723033551472060
Binary111001010001101110011110011011011101101110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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