#73926B

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

Shades of Xanadu #73926B

Tints of Xanadu #73926B

Color information

#73926B (or 0x73926B) is unknown color: approx Xanadu. HEX triplet: 73, 92 and 6B. RGB value is (115,146,107). Sum of RGB (Red+Green+Blue) = 115+146+107=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #73926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73926B is #8C6D94. Grayscale: #848484. Windows color (decimal): -9203093 or 7049843. OLE color: 7049843.

HSL color Cylindrical-coordinate representation of color #73926B: hue angle of 107.69º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73926B is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB115146107-
CMYK0.2100.270.43
HSL107.69º15.42%49.61%-
HSV(B)107.69º26.71%57.25%-
XYZ2025.2617.73-
YUV132.28113.73115.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=31.25%
G=39.67%
B=29.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461070.2100.270.43107.6915.4249.61
Hex73926B1501B2B6cf32
Octal16322215325033531541762
Binary11100111001001011010111010101101110101111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73926B; }

 p { color: rgb(115,146,107); }

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

<style>
 a { background-color: #73926B; }

 a { background-color: rgb(115,146,107); }

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

<style>
 span { border-color: #73926B; }

 span { border-color: rgb(115,146,107); }

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