#728769

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

Shades of Xanadu #728769

Tints of Xanadu #728769

Color information

#728769 (or 0x728769) is unknown color: approx Xanadu. HEX triplet: 72, 87 and 69. RGB value is (114,135,105). Sum of RGB (Red+Green+Blue) = 114+135+105=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #728769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728769 is #8D7896. Grayscale: #7D7D7D. Windows color (decimal): -9271447 or 6915954. OLE color: 6915954.

HSL color Cylindrical-coordinate representation of color #728769: hue angle of 102º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728769 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB114135105-
CMYK0.1600.220.47
HSL102º12.5%47.06%-
HSV(B)102º22.22%52.94%-
XYZ18.1521.9316.64-
YUV125.3116.54119.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=32.20%
G=38.14%
B=29.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351050.1600.220.4710212.547.06
Hex728769100162F66d2f
Octal16220715120026571461557
Binary11100101000011111010011000001011010111111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728769; }

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

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

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

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

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

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

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

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