#768E6C

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

Shades of Xanadu #768E6C

Tints of Xanadu #768E6C

Color information

#768E6C (or 0x768E6C) is unknown color: approx Xanadu. HEX triplet: 76, 8E and 6C. RGB value is (118,142,108). Sum of RGB (Red+Green+Blue) = 118+142+108=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #768E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E6C is #897193. Grayscale: #838383. Windows color (decimal): -9007508 or 7114358. OLE color: 7114358.

HSL color Cylindrical-coordinate representation of color #768E6C: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768E6C is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB118142108-
CMYK0.1700.240.44
HSL102.35º13.6%49.02%-
HSV(B)102.35º23.94%55.69%-
XYZ19.8524.2817.83-
YUV130.95115.05118.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=32.07%
G=38.59%
B=29.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421080.1700.240.44102.3513.649.02
Hex768E6C110182C66e31
Octal16621615421030541461661
Binary11101101000111011011001000101100010110011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E6C; }

 p { color: rgb(118,142,108); }

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

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

 a { background-color: rgb(118,142,108); }

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

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

 span { border-color: rgb(118,142,108); }

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