#718966

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

Shades of Xanadu #718966

Tints of Xanadu #718966

Color information

#718966 (or 0x718966) is unknown color: approx Xanadu. HEX triplet: 71, 89 and 66. RGB value is (113,137,102). Sum of RGB (Red+Green+Blue) = 113+137+102=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #718966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718966 is #8E7699. Grayscale: #7D7D7D. Windows color (decimal): -9336474 or 6719857. OLE color: 6719857.

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

Color convert

RGB113137102-
CMYK0.1800.260.46
HSL101.14º14.64%46.86%-
HSV(B)101.14º25.55%53.73%-
XYZ18.1522.3615.93-
YUV125.83114.55118.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=32.10%
G=38.92%
B=28.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371020.1800.260.46101.1414.6446.86
Hex7189661201A2E65f2f
Octal16121114622032561451757
Binary11100011000100111001101001001101010111011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718966; }

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

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

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

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

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

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

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

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