#73866A

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

Shades of Xanadu #73866A

Tints of Xanadu #73866A

Color information

#73866A (or 0x73866A) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 6A. RGB value is (115,134,106). Sum of RGB (Red+Green+Blue) = 115+134+106=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #73866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73866A is #8C7995. Grayscale: #7D7D7D. Windows color (decimal): -9206166 or 6981235. OLE color: 6981235.

HSL color Cylindrical-coordinate representation of color #73866A: hue angle of 100.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73866A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB115134106-
CMYK0.1400.210.47
HSL100.71º11.67%47.06%-
HSV(B)100.71º20.9%52.55%-
XYZ18.221.7416.87-
YUV125.13117.21120.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=32.39%
G=37.75%
B=29.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341060.1400.210.47100.7111.6747.06
Hex73866AE0152F65c2f
Octal16320615216025571451457
Binary1110011100001101101010111001010110111111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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