#73866F

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

Shades of Xanadu #73866F

Tints of Xanadu #73866F

Color information

#73866F (or 0x73866F) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 6F. RGB value is (115,134,111). Sum of RGB (Red+Green+Blue) = 115+134+111=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #73866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73866F is #8C7990. Grayscale: #7D7D7D. Windows color (decimal): -9206161 or 7308915. OLE color: 7308915.

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

Color convert

RGB115134111-
CMYK0.1400.170.47
HSL109.57º9.39%48.04%-
HSV(B)109.57º17.16%52.55%-
XYZ18.4621.8418.28-
YUV125.7119.71120.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=31.94%
G=37.22%
B=30.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341110.1400.170.47109.579.3948.04
Hex73866FE0112F6e930
Octal16320615716021571561160
Binary1110011100001101101111111001000110111111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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