#769268

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

Shades of Xanadu #769268

Tints of Xanadu #769268

Color information

#769268 (or 0x769268) is unknown color: approx Xanadu. HEX triplet: 76, 92 and 68. RGB value is (118,146,104). Sum of RGB (Red+Green+Blue) = 118+146+104=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #769268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769268 is #896D97. Grayscale: #848484. Windows color (decimal): -9006488 or 6853238. OLE color: 6853238.

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

Color convert

RGB118146104-
CMYK0.1900.290.43
HSL100º16.8%49.02%-
HSV(B)100º28.77%57.25%-
XYZ20.2525.4116.93-
YUV132.84111.72117.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=32.07%
G=39.67%
B=28.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461040.1900.290.4310016.849.02
Hex7692681301D2B641131
Octal16622215023035531442161
Binary111011010010010110100010011011101101011110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769268; }

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

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

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

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

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

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

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

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