#768E6E

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

Shades of Xanadu #768E6E

Tints of Xanadu #768E6E

Color information

#768E6E (or 0x768E6E) is unknown color: approx Xanadu. HEX triplet: 76, 8E and 6E. RGB value is (118,142,110). Sum of RGB (Red+Green+Blue) = 118+142+110=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #768E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E6E is #897191. Grayscale: #838383. Windows color (decimal): -9007506 or 7245430. OLE color: 7245430.

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

Color convert

RGB118142110-
CMYK0.1700.230.44
HSL105º12.7%49.41%-
HSV(B)105º22.54%55.69%-
XYZ19.9624.3218.39-
YUV131.18116.05118.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=31.89%
G=38.38%
B=29.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421100.1700.230.4410512.749.41
Hex768E6E110172C69d31
Octal16621615621027541511561
Binary11101101000111011011101000101011110110011010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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