#73916D

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

Shades of Xanadu #73916D

Tints of Xanadu #73916D

Color information

#73916D (or 0x73916D) is unknown color: approx Xanadu. HEX triplet: 73, 91 and 6D. RGB value is (115,145,109). Sum of RGB (Red+Green+Blue) = 115+145+109=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #73916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73916D is #8C6E92. Grayscale: #848484. Windows color (decimal): -9203347 or 7180659. OLE color: 7180659.

HSL color Cylindrical-coordinate representation of color #73916D: hue angle of 110º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73916D is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB115145109-
CMYK0.2100.250.43
HSL110º14.17%49.8%-
HSV(B)110º24.83%56.86%-
XYZ19.962518.24-
YUV131.93115.06115.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=31.17%
G=39.30%
B=29.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451090.2100.250.4311014.1749.8
Hex73916D150192B6ee32
Octal16322115525031531561662
Binary11100111001000111011011010101100110101111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73916D; }

 p { color: rgb(115,145,109); }

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

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

 a { background-color: rgb(115,145,109); }

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

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

 span { border-color: rgb(115,145,109); }

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