#769368

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

Shades of Xanadu #769368

Tints of Xanadu #769368

Color information

#769368 (or 0x769368) is unknown color: approx Xanadu. HEX triplet: 76, 93 and 68. RGB value is (118,147,104). Sum of RGB (Red+Green+Blue) = 118+147+104=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #769368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769368 is #896C97. Grayscale: #858585. Windows color (decimal): -9006232 or 6853494. OLE color: 6853494.

HSL color Cylindrical-coordinate representation of color #769368: hue angle of 100.47º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #769368 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB118147104-
CMYK0.2000.290.42
HSL100.47º17.13%49.22%-
HSV(B)100.47º29.25%57.65%-
XYZ20.425.7216.99-
YUV133.43111.39117-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=31.98%
G=39.84%
B=28.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471040.2000.290.42100.4717.1349.22
Hex7693681401D2A641131
Octal16622315024035521442161
Binary111011010010011110100010100011101101010110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769368; }

 p { color: rgb(118,147,104); }

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

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

 a { background-color: rgb(118,147,104); }

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

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

 span { border-color: rgb(118,147,104); }

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