#73916C

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

Shades of Xanadu #73916C

Tints of Xanadu #73916C

Color information

#73916C (or 0x73916C) is unknown color: approx Xanadu. HEX triplet: 73, 91 and 6C. RGB value is (115,145,108). Sum of RGB (Red+Green+Blue) = 115+145+108=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #73916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73916C is #8C6E93. Grayscale: #838383. Windows color (decimal): -9203348 or 7115123. OLE color: 7115123.

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

Color convert

RGB115145108-
CMYK0.2100.260.43
HSL108.65º14.62%49.61%-
HSV(B)108.65º25.52%56.86%-
XYZ19.924.9817.96-
YUV131.81114.56116.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=31.25%
G=39.40%
B=29.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451080.2100.260.43108.6514.6249.61
Hex73916C1501A2B6df32
Octal16322115425032531551762
Binary11100111001000111011001010101101010101111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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