#73906F

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

Shades of Xanadu #73906F

Tints of Xanadu #73906F

Color information

#73906F (or 0x73906F) is unknown color: approx Xanadu. HEX triplet: 73, 90 and 6F. RGB value is (115,144,111). Sum of RGB (Red+Green+Blue) = 115+144+111=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #73906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73906F is #8C6F90. Grayscale: #838383. Windows color (decimal): -9203601 or 7311475. OLE color: 7311475.

HSL color Cylindrical-coordinate representation of color #73906F: hue angle of 112.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73906F is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB115144111-
CMYK0.2000.230.44
HSL112.73º12.94%50%-
HSV(B)112.73º22.92%56.47%-
XYZ19.9124.7418.76-
YUV131.57116.39116.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 111 (43.75% from 255) = 30%
R=31.08%
G=38.92%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441110.2000.230.44112.7312.9450
Hex73906F140172C71d32
Octal16322015724027541611562
Binary11100111001000011011111010001011110110011100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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