#73916A

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

Shades of Xanadu #73916A

Tints of Xanadu #73916A

Color information

#73916A (or 0x73916A) is unknown color: approx Xanadu. HEX triplet: 73, 91 and 6A. RGB value is (115,145,106). Sum of RGB (Red+Green+Blue) = 115+145+106=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #73916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73916A is #8C6E95. Grayscale: #838383. Windows color (decimal): -9203350 or 6984051. OLE color: 6984051.

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

Color convert

RGB115145106-
CMYK0.2100.270.43
HSL106.15º15.54%49.22%-
HSV(B)106.15º26.9%56.86%-
XYZ19.824.9417.41-
YUV131.58113.56116.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=31.42%
G=39.62%
B=28.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451060.2100.270.43106.1515.5449.22
Hex73916A1501B2B6a1031
Octal16322115225033531522061
Binary111001110010001110101010101011011101011110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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