#718E62

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

Shades of Xanadu #718E62

Tints of Xanadu #718E62

Color information

#718E62 (or 0x718E62) is unknown color: approx Xanadu. HEX triplet: 71, 8E and 62. RGB value is (113,142,98). Sum of RGB (Red+Green+Blue) = 113+142+98=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #718E62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E62 is #8E719D. Grayscale: #808080. Windows color (decimal): -9335198 or 6458993. OLE color: 6458993.

HSL color Cylindrical-coordinate representation of color #718E62: hue angle of 99.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #718E62 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB11314298-
CMYK0.2000.310.44
HSL99.55º18.33%47.06%-
HSV(B)99.55º30.99%55.69%-
XYZ18.6923.7415.15-
YUV128.31110.89117.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=32.01%
G=40.23%
B=27.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142980.2000.310.4499.5518.3347.06
Hex718E621401F2C64122f
Octal16121614224037541442257
Binary111000110001110110001010100011111101100110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718E62; }

 p { color: rgb(113,142,98); }

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

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

 a { background-color: rgb(113,142,98); }

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

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

 span { border-color: rgb(113,142,98); }

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