#748D69

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

Shades of Xanadu #748D69

Tints of Xanadu #748D69

Color information

#748D69 (or 0x748D69) is unknown color: approx Xanadu. HEX triplet: 74, 8D and 69. RGB value is (116,141,105). Sum of RGB (Red+Green+Blue) = 116+141+105=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #748D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D69 is #8B7296. Grayscale: #818181. Windows color (decimal): -9138839 or 6917492. OLE color: 6917492.

HSL color Cylindrical-coordinate representation of color #748D69: hue angle of 101.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #748D69 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB116141105-
CMYK0.1800.260.45
HSL101.67º14.63%48.24%-
HSV(B)101.67º25.53%55.29%-
XYZ19.2823.7816.94-
YUV129.42114.22118.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=32.04%
G=38.95%
B=29.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161411050.1800.260.45101.6714.6348.24
Hex748D691201A2D66f30
Octal16421515122032551461760
Binary11101001000110111010011001001101010110111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748D69; }

 p { color: rgb(116,141,105); }

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

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

 a { background-color: rgb(116,141,105); }

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

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

 span { border-color: rgb(116,141,105); }

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