#749067

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

Shades of Xanadu #749067

Tints of Xanadu #749067

Color information

#749067 (or 0x749067) is unknown color: approx Xanadu. HEX triplet: 74, 90 and 67. RGB value is (116,144,103). Sum of RGB (Red+Green+Blue) = 116+144+103=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #749067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749067 is #8B6F98. Grayscale: #838383. Windows color (decimal): -9138073 or 6787188. OLE color: 6787188.

HSL color Cylindrical-coordinate representation of color #749067: hue angle of 100.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749067 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB116144103-
CMYK0.1900.280.44
HSL100.98º16.6%48.43%-
HSV(B)100.98º28.47%56.47%-
XYZ19.6224.6416.55-
YUV130.95112.22117.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=31.96%
G=39.67%
B=28.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161441030.1900.280.44100.9816.648.43
Hex7490671301C2C651130
Octal16422014723034541452160
Binary111010010010000110011110011011100101100110010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749067; }

 p { color: rgb(116,144,103); }

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

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

 a { background-color: rgb(116,144,103); }

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

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

 span { border-color: rgb(116,144,103); }

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