#718665

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

Shades of Xanadu #718665

Tints of Xanadu #718665

Color information

#718665 (or 0x718665) is unknown color: approx Xanadu. HEX triplet: 71, 86 and 65. RGB value is (113,134,101). Sum of RGB (Red+Green+Blue) = 113+134+101=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #718665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718665 is #8E799A. Grayscale: #7C7C7C. Windows color (decimal): -9337243 or 6653553. OLE color: 6653553.

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

Color convert

RGB113134101-
CMYK0.1600.250.47
HSL98.18º14.04%46.08%-
HSV(B)98.18º24.63%52.55%-
XYZ17.6821.515.53-
YUV123.96115.04120.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=32.47%
G=38.51%
B=29.02%

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
Decimal1131341010.1600.250.4798.1814.0446.08
Hex718665100192F62e2e
Octal16120614520031571421656
Binary11100011000011011001011000001100110111111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718665; }

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

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

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

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

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

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

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

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