#738669

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

Shades of Xanadu #738669

Tints of Xanadu #738669

Color information

#738669 (or 0x738669) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 69. RGB value is (115,134,105). Sum of RGB (Red+Green+Blue) = 115+134+105=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #738669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738669 is #8C7996. Grayscale: #7D7D7D. Windows color (decimal): -9206167 or 6915699. OLE color: 6915699.

HSL color Cylindrical-coordinate representation of color #738669: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738669 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB115134105-
CMYK0.1400.220.47
HSL99.31º12.13%46.86%-
HSV(B)99.31º21.64%52.55%-
XYZ18.1521.7116.6-
YUV125.01116.71120.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=32.49%
G=37.85%
B=29.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341050.1400.220.4799.3112.1346.86
Hex738669E0162F63c2f
Octal16320615116026571431457
Binary1110011100001101101001111001011010111111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738669; }

 p { color: rgb(115,134,105); }

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

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

 a { background-color: rgb(115,134,105); }

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

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

 span { border-color: rgb(115,134,105); }

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