#728666

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

Shades of Xanadu #728666

Tints of Xanadu #728666

Color information

#728666 (or 0x728666) is unknown color: approx Xanadu. HEX triplet: 72, 86 and 66. RGB value is (114,134,102). Sum of RGB (Red+Green+Blue) = 114+134+102=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #728666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728666 is #8D7999. Grayscale: #7C7C7C. Windows color (decimal): -9271706 or 6719090. OLE color: 6719090.

HSL color Cylindrical-coordinate representation of color #728666: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728666 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB114134102-
CMYK0.1500.240.47
HSL97.5º13.56%46.27%-
HSV(B)97.5º23.88%52.55%-
XYZ17.8621.5915.8-
YUV124.37115.37120.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=32.57%
G=38.29%
B=29.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341020.1500.240.4797.513.5646.27
Hex728666F0182F62e2e
Octal16220614617030571421656
Binary1110010100001101100110111101100010111111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728666; }

 p { color: rgb(114,134,102); }

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

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

 a { background-color: rgb(114,134,102); }

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

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

 span { border-color: rgb(114,134,102); }

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