#769169

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

Shades of Xanadu #769169

Tints of Xanadu #769169

Color information

#769169 (or 0x769169) is unknown color: approx Xanadu. HEX triplet: 76, 91 and 69. RGB value is (118,145,105). Sum of RGB (Red+Green+Blue) = 118+145+105=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #769169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769169 is #896E96. Grayscale: #848484. Windows color (decimal): -9006743 or 6918518. OLE color: 6918518.

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

Color convert

RGB118145105-
CMYK0.1900.280.43
HSL100.5º16%49.02%-
HSV(B)100.5º27.59%56.86%-
XYZ20.1525.1217.15-
YUV132.37112.55117.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=32.07%
G=39.40%
B=28.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451050.1900.280.43100.51649.02
Hex7691691301C2B641031
Octal16622115123034531442061
Binary111011010010001110100110011011100101011110010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769169; }

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

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

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

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

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

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

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

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