#718569

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

Shades of Xanadu #718569

Tints of Xanadu #718569

Color information

#718569 (or 0x718569) is unknown color: approx Xanadu. HEX triplet: 71, 85 and 69. RGB value is (113,133,105). Sum of RGB (Red+Green+Blue) = 113+133+105=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #718569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718569 is #8E7A96. Grayscale: #7B7B7B. Windows color (decimal): -9337495 or 6915441. OLE color: 6915441.

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

Color convert

RGB113133105-
CMYK0.1500.210.48
HSL102.86º11.76%46.67%-
HSV(B)102.86º21.05%52.16%-
XYZ17.7521.3116.54-
YUV123.83117.37120.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=32.19%
G=37.89%
B=29.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331050.1500.210.48102.8611.7646.67
Hex718569F0153067c2f
Octal16120515117025601471457
Binary1110001100001011101001111101010111000011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718569; }

 p { color: rgb(113,133,105); }

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

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

 a { background-color: rgb(113,133,105); }

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

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

 span { border-color: rgb(113,133,105); }

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