#749065

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

Shades of Xanadu #749065

Tints of Xanadu #749065

Color information

#749065 (or 0x749065) is unknown color: approx Xanadu. HEX triplet: 74, 90 and 65. RGB value is (116,144,101). Sum of RGB (Red+Green+Blue) = 116+144+101=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #749065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749065 is #8B6F9A. Grayscale: #828282. Windows color (decimal): -9138075 or 6656116. OLE color: 6656116.

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

Color convert

RGB116144101-
CMYK0.1900.300.44
HSL99.07º17.55%48.04%-
HSV(B)99.07º29.86%56.47%-
XYZ19.5224.616.03-
YUV130.73111.22117.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=32.13%
G=39.89%
B=27.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161441010.1900.300.4499.0717.5548.04
Hex7490651301E2C631230
Octal16422014523036541432260
Binary111010010010000110010110011011110101100110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749065; }

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

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

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

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

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

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

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

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