#718768

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

Shades of Xanadu #718768

Tints of Xanadu #718768

Color information

#718768 (or 0x718768) is unknown color: approx Xanadu. HEX triplet: 71, 87 and 68. RGB value is (113,135,104). Sum of RGB (Red+Green+Blue) = 113+135+104=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #718768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718768 is #8E7897. Grayscale: #7C7C7C. Windows color (decimal): -9336984 or 6850417. OLE color: 6850417.

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

Color convert

RGB113135104-
CMYK0.1600.230.47
HSL102.58º12.97%46.86%-
HSV(B)102.58º22.96%52.94%-
XYZ17.9721.8416.36-
YUV124.89116.21119.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=32.10%
G=38.35%
B=29.55%

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
Decimal1131351040.1600.230.47102.5812.9746.86
Hex718768100172F67d2f
Octal16120715020027571471557
Binary11100011000011111010001000001011110111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718768; }

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

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

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

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

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

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

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

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