#749166

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

Shades of Xanadu #749166

Tints of Xanadu #749166

Color information

#749166 (or 0x749166) is unknown color: approx Xanadu. HEX triplet: 74, 91 and 66. RGB value is (116,145,102). Sum of RGB (Red+Green+Blue) = 116+145+102=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #749166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749166 is #8B6E99. Grayscale: #838383. Windows color (decimal): -9137818 or 6721908. OLE color: 6721908.

HSL color Cylindrical-coordinate representation of color #749166: hue angle of 100.47º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749166 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB116145102-
CMYK0.200.300.43
HSL100.47º17.41%48.43%-
HSV(B)100.47º29.66%56.86%-
XYZ19.7324.9216.34-
YUV131.43111.39117-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=31.96%
G=39.94%
B=28.10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451020.200.300.43100.4717.4148.43
Hex7491661401E2B641130
Octal16422114624036531442160
Binary111010010010001110011010100011110101011110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749166; }

 p { color: rgb(116,145,102); }

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

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

 a { background-color: rgb(116,145,102); }

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

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

 span { border-color: rgb(116,145,102); }

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