#768F69

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

Shades of Xanadu #768F69

Tints of Xanadu #768F69

Color information

#768F69 (or 0x768F69) is unknown color: approx Xanadu. HEX triplet: 76, 8F and 69. RGB value is (118,143,105). Sum of RGB (Red+Green+Blue) = 118+143+105=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #768F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F69 is #897096. Grayscale: #838383. Windows color (decimal): -9007255 or 6918006. OLE color: 6918006.

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

Color convert

RGB118143105-
CMYK0.1700.270.44
HSL99.47º15.32%48.63%-
HSV(B)99.47º26.57%56.08%-
XYZ19.8424.5217.05-
YUV131.19113.22118.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 143 (56.25% from 255) = 39.07%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=32.24%
G=39.07%
B=28.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181431050.1700.270.4499.4715.3248.63
Hex768F691101B2C63f31
Octal16621715121033541431761
Binary11101101000111111010011000101101110110011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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