#729568

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

Shades of Xanadu #729568

Tints of Xanadu #729568

Color information

#729568 (or 0x729568) is unknown color: approx Xanadu. HEX triplet: 72, 95 and 68. RGB value is (114,149,104). Sum of RGB (Red+Green+Blue) = 114+149+104=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #729568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729568 is #8D6A97. Grayscale: #858585. Windows color (decimal): -9267864 or 6854002. OLE color: 6854002.

HSL color Cylindrical-coordinate representation of color #729568: hue angle of 106.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729568 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB114149104-
CMYK0.2300.300.42
HSL106.67º17.79%49.61%-
HSV(B)106.67º30.2%58.43%-
XYZ20.1926.0717.07-
YUV133.4111.4114.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=31.06%
G=40.60%
B=28.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491040.2300.300.42106.6717.7949.61
Hex7295681701E2A6b1232
Octal16222515027036521532262
Binary111001010010101110100010111011110101010110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729568; }

 p { color: rgb(114,149,104); }

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

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

 a { background-color: rgb(114,149,104); }

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

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

 span { border-color: rgb(114,149,104); }

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