#73896F

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

Shades of Xanadu #73896F

Tints of Xanadu #73896F

Color information

#73896F (or 0x73896F) is unknown color: approx Xanadu. HEX triplet: 73, 89 and 6F. RGB value is (115,137,111). Sum of RGB (Red+Green+Blue) = 115+137+111=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #73896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73896F is #8C7690. Grayscale: #7F7F7F. Windows color (decimal): -9205393 or 7309683. OLE color: 7309683.

HSL color Cylindrical-coordinate representation of color #73896F: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73896F is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB115137111-
CMYK0.1600.190.46
HSL110.77º10.48%48.63%-
HSV(B)110.77º18.98%53.73%-
XYZ18.8922.6818.42-
YUV127.46118.71119.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=31.68%
G=37.74%
B=30.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371110.1600.190.46110.7710.4848.63
Hex73896F100132E6fa31
Octal16321115720023561571261
Binary11100111000100111011111000001001110111011011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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