#739066

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

Shades of Xanadu #739066

Tints of Xanadu #739066

Color information

#739066 (or 0x739066) is unknown color: approx Xanadu. HEX triplet: 73, 90 and 66. RGB value is (115,144,102). Sum of RGB (Red+Green+Blue) = 115+144+102=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #739066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739066 is #8C6F99. Grayscale: #828282. Windows color (decimal): -9203610 or 6721651. OLE color: 6721651.

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

Color convert

RGB115144102-
CMYK0.2000.290.44
HSL101.43º17.07%48.24%-
HSV(B)101.43º29.17%56.47%-
XYZ19.4424.5516.28-
YUV130.54111.89116.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=31.86%
G=39.89%
B=28.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441020.2000.290.44101.4317.0748.24
Hex7390661401D2C651130
Octal16322014624035541452160
Binary111001110010000110011010100011101101100110010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739066; }

 p { color: rgb(115,144,102); }

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

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

 a { background-color: rgb(115,144,102); }

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

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

 span { border-color: rgb(115,144,102); }

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