#768F6E

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

Shades of Xanadu #768F6E

Tints of Xanadu #768F6E

Color information

#768F6E (or 0x768F6E) is unknown color: approx Xanadu. HEX triplet: 76, 8F and 6E. RGB value is (118,143,110). Sum of RGB (Red+Green+Blue) = 118+143+110=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #768F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F6E is #897091. Grayscale: #838383. Windows color (decimal): -9007250 or 7245686. OLE color: 7245686.

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

Color convert

RGB118143110-
CMYK0.1700.230.44
HSL105.45º13.04%49.61%-
HSV(B)105.45º23.08%56.08%-
XYZ20.1124.6218.44-
YUV131.76115.72118.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=31.81%
G=38.54%
B=29.65%

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
Decimal1181431100.1700.230.44105.4513.0449.61
Hex768F6E110172C69d32
Octal16621715621027541511562
Binary11101101000111111011101000101011110110011010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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