#728C6D

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

Shades of Xanadu #728C6D

Tints of Xanadu #728C6D

Color information

#728C6D (or 0x728C6D) is unknown color: approx Xanadu. HEX triplet: 72, 8C and 6D. RGB value is (114,140,109). Sum of RGB (Red+Green+Blue) = 114+140+109=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #728C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C6D is #8D7392. Grayscale: #808080. Windows color (decimal): -9270163 or 7179378. OLE color: 7179378.

HSL color Cylindrical-coordinate representation of color #728C6D: hue angle of 110.32º 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 #728C6D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB114140109-
CMYK0.1900.220.45
HSL110.32º12.45%48.82%-
HSV(B)110.32º22.14%54.9%-
XYZ19.0823.4417.99-
YUV128.69116.89117.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=31.40%
G=38.57%
B=30.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141401090.1900.220.45110.3212.4548.82
Hex728C6D130162D6ec31
Octal16221415523026551561461
Binary11100101000110011011011001101011010110111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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