#728F6A

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

Shades of Xanadu #728F6A

Tints of Xanadu #728F6A

Color information

#728F6A (or 0x728F6A) is unknown color: approx Xanadu. HEX triplet: 72, 8F and 6A. RGB value is (114,143,106). Sum of RGB (Red+Green+Blue) = 114+143+106=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #728F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F6A is #8D7095. Grayscale: #828282. Windows color (decimal): -9269398 or 6983538. OLE color: 6983538.

HSL color Cylindrical-coordinate representation of color #728F6A: hue angle of 107.03º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728F6A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB114143106-
CMYK0.2000.260.44
HSL107.03º14.86%48.82%-
HSV(B)107.03º25.87%56.08%-
XYZ19.3624.2617.3-
YUV130.11114.39116.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=31.40%
G=39.39%
B=29.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141431060.2000.260.44107.0314.8648.82
Hex728F6A1401A2C6bf31
Octal16221715224032541531761
Binary11100101000111111010101010001101010110011010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,106); }

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

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

 a { background-color: rgb(114,143,106); }

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

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

 span { border-color: rgb(114,143,106); }

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