#728B64

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

Shades of Xanadu #728B64

Tints of Xanadu #728B64

Color information

#728B64 (or 0x728B64) is unknown color: approx Xanadu. HEX triplet: 72, 8B and 64. RGB value is (114,139,100). Sum of RGB (Red+Green+Blue) = 114+139+100=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #728B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B64 is #8D749B. Grayscale: #7F7F7F. Windows color (decimal): -9270428 or 6589298. OLE color: 6589298.

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

Color convert

RGB114139100-
CMYK0.1800.280.45
HSL98.46º16.32%46.86%-
HSV(B)98.46º28.06%54.51%-
XYZ18.4722.9615.52-
YUV127.08112.72118.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=32.29%
G=39.38%
B=28.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391000.1800.280.4598.4616.3246.86
Hex728B641201C2D62102f
Octal16221314422034551422057
Binary111001010001011110010010010011100101101110001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,100); }

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

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

 a { background-color: rgb(114,139,100); }

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

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

 span { border-color: rgb(114,139,100); }

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