#728867

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

Shades of Xanadu #728867

Tints of Xanadu #728867

Color information

#728867 (or 0x728867) is unknown color: approx Xanadu. HEX triplet: 72, 88 and 67. RGB value is (114,136,103). Sum of RGB (Red+Green+Blue) = 114+136+103=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #728867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728867 is #8D7798. Grayscale: #7D7D7D. Windows color (decimal): -9271193 or 6785138. OLE color: 6785138.

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

Color convert

RGB114136103-
CMYK0.1600.240.47
HSL100º13.81%46.86%-
HSV(B)100º24.26%53.33%-
XYZ18.1922.1716.15-
YUV125.66115.21119.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=32.29%
G=38.53%
B=29.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361030.1600.240.4710013.8146.86
Hex728867100182F64e2f
Octal16221014720030571441657
Binary11100101000100011001111000001100010111111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728867; }

 p { color: rgb(114,136,103); }

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

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

 a { background-color: rgb(114,136,103); }

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

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

 span { border-color: rgb(114,136,103); }

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