#718964

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

Shades of Xanadu #718964

Tints of Xanadu #718964

Color information

#718964 (or 0x718964) is unknown color: approx Xanadu. HEX triplet: 71, 89 and 64. RGB value is (113,137,100). Sum of RGB (Red+Green+Blue) = 113+137+100=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #718964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718964 is #8E769B. Grayscale: #7D7D7D. Windows color (decimal): -9336476 or 6588785. OLE color: 6588785.

HSL color Cylindrical-coordinate representation of color #718964: hue angle of 98.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718964 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB113137100-
CMYK0.1800.270.46
HSL98.92º15.61%46.47%-
HSV(B)98.92º27.01%53.73%-
XYZ18.0622.3215.41-
YUV125.61113.55119.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=32.29%
G=39.14%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371000.1800.270.4698.9215.6146.47
Hex7189641201B2E63102e
Octal16121114422033561432056
Binary111000110001001110010010010011011101110110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718964; }

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

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

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

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

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

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

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

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