#728B6D

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

Shades of Xanadu #728B6D

Tints of Xanadu #728B6D

Color information

#728B6D (or 0x728B6D) is unknown color: approx Xanadu. HEX triplet: 72, 8B and 6D. RGB value is (114,139,109). Sum of RGB (Red+Green+Blue) = 114+139+109=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #728B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B6D is #8D7492. Grayscale: #808080. Windows color (decimal): -9270419 or 7179122. OLE color: 7179122.

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

Color convert

RGB114139109-
CMYK0.1800.220.45
HSL110º12.1%48.63%-
HSV(B)110º21.58%54.51%-
XYZ18.9323.1517.94-
YUV128.1117.22117.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=31.49%
G=38.40%
B=30.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391090.1800.220.4511012.148.63
Hex728B6D120162D6ec31
Octal16221315522026551561461
Binary11100101000101111011011001001011010110111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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