#728965

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

Shades of Xanadu #728965

Tints of Xanadu #728965

Color information

#728965 (or 0x728965) is unknown color: approx Xanadu. HEX triplet: 72, 89 and 65. RGB value is (114,137,101). Sum of RGB (Red+Green+Blue) = 114+137+101=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #728965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728965 is #8D769A. Grayscale: #7E7E7E. Windows color (decimal): -9270939 or 6654322. OLE color: 6654322.

HSL color Cylindrical-coordinate representation of color #728965: hue angle of 98.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728965 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB114137101-
CMYK0.1700.260.46
HSL98.33º15.13%46.67%-
HSV(B)98.33º26.28%53.73%-
XYZ18.2322.4115.68-
YUV126.02113.88119.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=32.39%
G=38.92%
B=28.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371010.1700.260.4698.3315.1346.67
Hex7289651101A2E62f2f
Octal16221114521032561421757
Binary11100101000100111001011000101101010111011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728965; }

 p { color: rgb(114,137,101); }

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

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

 a { background-color: rgb(114,137,101); }

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

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

 span { border-color: rgb(114,137,101); }

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