#718764

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

Shades of Xanadu #718764

Tints of Xanadu #718764

Color information

#718764 (or 0x718764) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 64. RGB value is (113,135,100). Sum of RGB (Red+Green+Blue) = 113+135+100=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #718764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718764 is #8E789B. Grayscale: #7C7C7C. Windows color (decimal): -9336988 or 6588273. OLE color: 6588273.

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

Color convert

RGB113135100-
CMYK0.1600.260.47
HSL97.71º14.89%46.08%-
HSV(B)97.71º25.93%52.94%-
XYZ17.7721.7615.32-
YUV124.43114.21119.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=32.47%
G=38.79%
B=28.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351000.1600.260.4797.7114.8946.08
Hex7187641001A2F62f2e
Octal16120714420032571421756
Binary11100011000011111001001000001101010111111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718764; }

 p { color: rgb(113,135,100); }

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

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

 a { background-color: rgb(113,135,100); }

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

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

 span { border-color: rgb(113,135,100); }

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