#718268

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

Shades of Xanadu #718268

Tints of Xanadu #718268

Color information

#718268 (or 0x718268) is unknown color: approx Xanadu. HEX triplet: 71, 82 and 68. RGB value is (113,130,104). Sum of RGB (Red+Green+Blue) = 113+130+104=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #718268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718268 is #8E7D97. Grayscale: #7A7A7A. Windows color (decimal): -9338264 or 6849137. OLE color: 6849137.

HSL color Cylindrical-coordinate representation of color #718268: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718268 is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB113130104-
CMYK0.1300.20.49
HSL99.23º11.11%45.88%-
HSV(B)99.23º20%50.98%-
XYZ17.2920.4816.14-
YUV121.95117.87121.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=32.56%
G=37.46%
B=29.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301040.1300.20.4999.2311.1145.88
Hex718268D0143163b2e
Octal16120215015024611431356
Binary1110001100000101101000110101010011000111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718268; }

 p { color: rgb(113,130,104); }

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

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

 a { background-color: rgb(113,130,104); }

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

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

 span { border-color: rgb(113,130,104); }

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