#718467

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

Shades of Xanadu #718467

Tints of Xanadu #718467

Color information

#718467 (or 0x718467) is unknown color: approx Xanadu. HEX triplet: 71, 84 and 67. RGB value is (113,132,103). Sum of RGB (Red+Green+Blue) = 113+132+103=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #718467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718467 is #8E7B98. Grayscale: #7B7B7B. Windows color (decimal): -9337753 or 6784113. OLE color: 6784113.

HSL color Cylindrical-coordinate representation of color #718467: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718467 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB113132103-
CMYK0.1400.220.48
HSL99.31º12.34%46.08%-
HSV(B)99.31º21.97%51.76%-
XYZ17.5120.9915.96-
YUV123.01116.71120.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=32.47%
G=37.93%
B=29.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321030.1400.220.4899.3112.3446.08
Hex718467E0163063c2e
Octal16120414716026601431456
Binary1110001100001001100111111001011011000011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718467; }

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

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

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

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

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

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

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

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