#73896D

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

Shades of Xanadu #73896D

Tints of Xanadu #73896D

Color information

#73896D (or 0x73896D) is unknown color: approx Xanadu. HEX triplet: 73, 89 and 6D. RGB value is (115,137,109). Sum of RGB (Red+Green+Blue) = 115+137+109=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #73896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896D is #8C7692. Grayscale: #7F7F7F. Windows color (decimal): -9205395 or 7178611. OLE color: 7178611.

HSL color Cylindrical-coordinate representation of color #73896D: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73896D is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB115137109-
CMYK0.1600.200.46
HSL107.14º11.38%48.24%-
HSV(B)107.14º20.44%53.73%-
XYZ18.7822.6417.85-
YUV127.23117.71119.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=31.86%
G=37.95%
B=30.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371090.1600.200.46107.1411.3848.24
Hex73896D100142E6bb30
Octal16321115520024561531360
Binary11100111000100111011011000001010010111011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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