#718D65

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

Shades of Xanadu #718D65

Tints of Xanadu #718D65

Color information

#718D65 (or 0x718D65) is unknown color: approx Xanadu. HEX triplet: 71, 8D and 65. RGB value is (113,141,101). Sum of RGB (Red+Green+Blue) = 113+141+101=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #718D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D65 is #8E729A. Grayscale: #808080. Windows color (decimal): -9335451 or 6655345. OLE color: 6655345.

HSL color Cylindrical-coordinate representation of color #718D65: hue angle of 102º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718D65 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB113141101-
CMYK0.2000.280.45
HSL102º16.53%47.45%-
HSV(B)102º28.37%55.29%-
XYZ18.6823.515.86-
YUV128.07112.72117.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=31.83%
G=39.72%
B=28.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131411010.2000.280.4510216.5347.45
Hex718D651401C2D66112f
Octal16121514524034551462157
Binary111000110001101110010110100011100101101110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718D65; }

 p { color: rgb(113,141,101); }

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

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

 a { background-color: rgb(113,141,101); }

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

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

 span { border-color: rgb(113,141,101); }

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