#718667

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

Shades of Xanadu #718667

Tints of Xanadu #718667

Color information

#718667 (or 0x718667) is unknown color: approx Xanadu. HEX triplet: 71, 86 and 67. RGB value is (113,134,103). Sum of RGB (Red+Green+Blue) = 113+134+103=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #718667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718667 is #8E7998. Grayscale: #7C7C7C. Windows color (decimal): -9337241 or 6784625. OLE color: 6784625.

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

Color convert

RGB113134103-
CMYK0.1600.230.47
HSL100.65º13.08%46.47%-
HSV(B)100.65º23.13%52.55%-
XYZ17.7821.5416.05-
YUV124.19116.04120.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=32.29%
G=38.29%
B=29.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341030.1600.230.47100.6513.0846.47
Hex718667100172F65d2e
Octal16120614720027571451556
Binary11100011000011011001111000001011110111111001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718667; }

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

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

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

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

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

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

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

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