#728866

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

Shades of Xanadu #728866

Tints of Xanadu #728866

Color information

#728866 (or 0x728866) is unknown color: approx Xanadu. HEX triplet: 72, 88 and 66. RGB value is (114,136,102). Sum of RGB (Red+Green+Blue) = 114+136+102=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #728866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728866 is #8D7799. Grayscale: #7D7D7D. Windows color (decimal): -9271194 or 6719602. OLE color: 6719602.

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

Color convert

RGB114136102-
CMYK0.1600.250.47
HSL98.82º14.29%46.67%-
HSV(B)98.82º25%53.33%-
XYZ18.1422.1515.89-
YUV125.55114.71119.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=32.39%
G=38.64%
B=28.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361020.1600.250.4798.8214.2946.67
Hex728866100192F63e2f
Octal16221014620031571431657
Binary11100101000100011001101000001100110111111000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728866; }

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

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

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

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

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

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

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

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