#769469

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

Shades of Xanadu #769469

Tints of Xanadu #769469

Color information

#769469 (or 0x769469) is unknown color: approx Xanadu. HEX triplet: 76, 94 and 69. RGB value is (118,148,105). Sum of RGB (Red+Green+Blue) = 118+148+105=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #769469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769469 is #896B96. Grayscale: #868686. Windows color (decimal): -9005975 or 6919286. OLE color: 6919286.

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

Color convert

RGB118148105-
CMYK0.2000.290.42
HSL101.86º17%49.61%-
HSV(B)101.86º29.05%58.04%-
XYZ20.6126.0517.31-
YUV134.13111.56116.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=31.81%
G=39.89%
B=28.30%

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
Decimal1181481050.2000.290.42101.861749.61
Hex7694691401D2A661132
Octal16622415124035521462162
Binary111011010010100110100110100011101101010110011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769469; }

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

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

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

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

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

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

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

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