#728969

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

Shades of Xanadu #728969

Tints of Xanadu #728969

Color information

#728969 (or 0x728969) is unknown color: approx Xanadu. HEX triplet: 72, 89 and 69. RGB value is (114,137,105). Sum of RGB (Red+Green+Blue) = 114+137+105=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #728969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728969 is #8D7696. Grayscale: #7E7E7E. Windows color (decimal): -9270935 or 6916466. OLE color: 6916466.

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

Color convert

RGB114137105-
CMYK0.1700.230.46
HSL103.12º13.22%47.45%-
HSV(B)103.12º23.36%53.73%-
XYZ18.4322.4916.73-
YUV126.48115.88119.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=32.02%
G=38.48%
B=29.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371050.1700.230.46103.1213.2247.45
Hex728969110172E67d2f
Octal16221115121027561471557
Binary11100101000100111010011000101011110111011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728969; }

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

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

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

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

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

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

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

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